make output scroll again!

This commit is contained in:
Ralf Teusner
2017-06-06 13:34:42 +02:00
parent c013a9d91b
commit 6c353d611d

View File

@ -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) {