Remove obsolete scrolls

This commit is contained in:
2019-05-28 16:31:56 +02:00
parent 29115d9b16
commit e84a1cbc4e
2 changed files with 0 additions and 2 deletions
@@ -57,7 +57,6 @@ export default Component.extend({
this.save(attributes)
.then((/*contribution*/) => {
this.reset();
window.scroll(0,0);
}, err => {
console.warn(err);
window.alert('Something went wrong. Check the browser console for details.');