diff --git a/app/components/add-contribution/component.js b/app/components/add-contribution/component.js index 0c73016..4b16e65 100644 --- a/app/components/add-contribution/component.js +++ b/app/components/add-contribution/component.js @@ -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.'); diff --git a/app/components/add-contributor/component.js b/app/components/add-contributor/component.js index 954ca99..ac9cb57 100644 --- a/app/components/add-contributor/component.js +++ b/app/components/add-contributor/component.js @@ -60,7 +60,6 @@ export default Component.extend({ this.save(contributor).then(() => { this.reset(); - window.scroll(0,0); }).catch(err => { console.warn(err); window.alert('Something went wrong. Please check the browser console.');