From ee45a147eca02b15ba1ca55d5fc36ee5d399e8db Mon Sep 17 00:00:00 2001 From: Berkeley Martinez Date: Wed, 26 Aug 2015 13:52:05 -0700 Subject: [PATCH] change button color on submit --- public/js/lib/coursewares/commonFrameWork_0.0.6.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/js/lib/coursewares/commonFrameWork_0.0.6.js b/public/js/lib/coursewares/commonFrameWork_0.0.6.js index 878fe4d5e2..8b0f257010 100644 --- a/public/js/lib/coursewares/commonFrameWork_0.0.6.js +++ b/public/js/lib/coursewares/commonFrameWork_0.0.6.js @@ -276,7 +276,8 @@ function showCompletion() { $('#submit-challenge') .attr('disabled', 'true') - .addClass('disabled'); + .removeClass('btn-primary') + .addClass('btn-warning disabled'); e.preventDefault(); $.post(