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