diff options
Diffstat (limited to 'StoneIsland/www/js/lib/account/LoginView.js')
| -rw-r--r-- | StoneIsland/www/js/lib/account/LoginView.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/StoneIsland/www/js/lib/account/LoginView.js b/StoneIsland/www/js/lib/account/LoginView.js index 9545b0d8..334c58b2 100644 --- a/StoneIsland/www/js/lib/account/LoginView.js +++ b/StoneIsland/www/js/lib/account/LoginView.js @@ -13,6 +13,7 @@ var LoginView = SerializableView.extend({ }, show: function(){ + app.footer.show("SUBMIT", "CANCEL") this.$form.get(0).reset() this.$msg.html("* Your personal and payment information will always remain private") document.body.className = "login" |
