We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9579d0 commit 28ee0adCopy full SHA for 28ee0ad
1 file changed
app/views/sse/feedback_update.js.coffee
@@ -11,7 +11,7 @@ if true attempt_score >= max_points
11
$("#primarybtn").removeClass("btn-primary")
12
$("#primarybtn").addClass("btn-default")
13
14
-#$('#sidebar').html("<%= j(render 'layouts/sidebar' ) %>")
+$('#sidebar').html("<%= j(render 'layouts/sidebar' ) %>")
15
subbtn = $('.btn-submit')
16
if subbtn?
17
subbtn.removeAttr('disabled')
0 commit comments