summaryrefslogtreecommitdiff
path: root/StoneIsland/www/js
diff options
context:
space:
mode:
authorRene Ae <aehtyb@gmail.com>2015-11-21 21:47:42 -0600
committerRene Ae <aehtyb@gmail.com>2015-11-21 21:47:42 -0600
commitacb2ba68247ca6272513d6a27ec3f13f49558cb4 (patch)
tree328cdef41ad977683a4c10958746fbf7eac457a1 /StoneIsland/www/js
parentf62909aee15d596a1ca9fba9430e1c72b07d92e2 (diff)
flex stuff on signup
Diffstat (limited to 'StoneIsland/www/js')
-rw-r--r--StoneIsland/www/js/lib/auth/LoginView.js2
-rw-r--r--StoneIsland/www/js/lib/auth/SignupView.js2
2 files changed, 2 insertions, 2 deletions
diff --git a/StoneIsland/www/js/lib/auth/LoginView.js b/StoneIsland/www/js/lib/auth/LoginView.js
index 1e0f3b7a..86cf7159 100644
--- a/StoneIsland/www/js/lib/auth/LoginView.js
+++ b/StoneIsland/www/js/lib/auth/LoginView.js
@@ -18,7 +18,7 @@ var LoginView = FormView.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")
+ this.$msg.html("* Your personal and payment<br />information will always remain private")
document.body.className = "login"
},
diff --git a/StoneIsland/www/js/lib/auth/SignupView.js b/StoneIsland/www/js/lib/auth/SignupView.js
index b7095a98..71d3c8d0 100644
--- a/StoneIsland/www/js/lib/auth/SignupView.js
+++ b/StoneIsland/www/js/lib/auth/SignupView.js
@@ -18,7 +18,7 @@ var SignupView = FormView.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")
+ this.$msg.html("* Your personal and payment<br />information will always remain private")
document.body.className = "signup"
},