make output scroll again!
This commit is contained in:
@ -91,7 +91,7 @@ configureEditors: function () {
|
||||
showOutput: function(event) {
|
||||
event.preventDefault();
|
||||
this.showOutputBar();
|
||||
$('#output').scrollTo($(event.target).attr('href'));
|
||||
$('body').scrollTo($(event.target).attr('href'));
|
||||
},
|
||||
|
||||
renderProgressBar: function(score, maximum_score) {
|
||||
|
Reference in New Issue
Block a user