summaryrefslogtreecommitdiff
path: root/StoneIsland/platforms/android/assets/www/js/lib/auth/SignupView.js
diff options
context:
space:
mode:
Diffstat (limited to 'StoneIsland/platforms/android/assets/www/js/lib/auth/SignupView.js')
-rwxr-xr-xStoneIsland/platforms/android/assets/www/js/lib/auth/SignupView.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/StoneIsland/platforms/android/assets/www/js/lib/auth/SignupView.js b/StoneIsland/platforms/android/assets/www/js/lib/auth/SignupView.js
index fd0c1887..220026c0 100755
--- a/StoneIsland/platforms/android/assets/www/js/lib/auth/SignupView.js
+++ b/StoneIsland/platforms/android/assets/www/js/lib/auth/SignupView.js
@@ -24,7 +24,7 @@ var SignupView = FormView.extend({
},
initialize: function(){
- this.$form = this.$("form")
+ this.$form = this.$(".form")
this.$msg = this.$(".msg")
this.scroller = new IScroll('#signup', app.iscroll_options)
},
@@ -36,7 +36,7 @@ var SignupView = FormView.extend({
}
var msg = "* Your personal and payment<br>information will always remain private"
app.footer.show("SUBMIT")
- this.$form.get(0).reset()
+ this.$("input").val("")
this.$msg.html(msg)
document.body.className = "signup"