diff options
Diffstat (limited to 'StoneIsland/www/js/lib/account/SettingsView.js')
| -rw-r--r-- | StoneIsland/www/js/lib/account/SettingsView.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/StoneIsland/www/js/lib/account/SettingsView.js b/StoneIsland/www/js/lib/account/SettingsView.js index 81b8b5cc..7f96bb88 100644 --- a/StoneIsland/www/js/lib/account/SettingsView.js +++ b/StoneIsland/www/js/lib/account/SettingsView.js @@ -15,6 +15,7 @@ var SettingsView = FormView.extend({ if (! auth.logged_in()) { return app.router.go("intro") } app.footer.show("SAVE", "CANCEL") document.body.className = "settings" + this.deferScrollToTop() }, save: function(){ |
