summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgebele <gebele@in-silico.ch>2018-07-26 07:32:18 +0000
committergebele <gebele@in-silico.ch>2018-07-26 07:32:18 +0000
commit5118bc145158c4dcf6f6e032db2ee47565609cd1 (patch)
tree5bb24f1c6775caf991e777b24e589413e4471d81
parentc26965b89c307f9370ca5a3cf75646aad76dba3b (diff)
add green buttons on success
-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();
};