Skip to content

Commit 28ee0ad

Browse files
authored
Update feedback_update.js.coffee
1 parent b9579d0 commit 28ee0ad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/views/sse/feedback_update.js.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ if true attempt_score >= max_points
1111
$("#primarybtn").removeClass("btn-primary")
1212
$("#primarybtn").addClass("btn-default")
1313

14-
#$('#sidebar').html("<%= j(render 'layouts/sidebar' ) %>")
14+
$('#sidebar').html("<%= j(render 'layouts/sidebar' ) %>")
1515
subbtn = $('.btn-submit')
1616
if subbtn?
1717
subbtn.removeAttr('disabled')

0 commit comments

Comments
 (0)