From 5118bc145158c4dcf6f6e032db2ee47565609cd1 Mon Sep 17 00:00:00 2001 From: gebele Date: Thu, 26 Jul 2018 07:32:18 +0000 Subject: add green buttons on success --- views/batch.haml | 1 + 1 file changed, 1 insertion(+) 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(); }; -- cgit v1.2.3