summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--views/batch.haml1
1 files changed, 1 insertions, 0 deletions
diff --git a/views/batch.haml b/views/batch.haml
index a7083cc..70bd495 100644
--- a/views/batch.haml
+++ b/views/batch.haml
@@ -40,6 +40,7 @@
window.clearInterval(markers[id]);
$("a#downbutton_"+id).removeClass("disabled");
$("a#detailsbutton_"+id).removeClass("disabled");
+ $("a#detailsbutton_"+id).addClass("btn-success");
if (model_id == "Cramer"){
$("img.circle_cramer").hide();
};