summaryrefslogtreecommitdiff
path: root/StoneIsland/platforms/ios/www/js/lib/nav/FooterView.js
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2015-12-11 15:31:07 -0600
committerJules Laplace <jules@okfoc.us>2015-12-11 15:31:07 -0600
commitb6e73d3c1af0fc929916c9e4d63d125a96cbb996 (patch)
treeb6304e2700da5179e669284991577835f41dc6bb /StoneIsland/platforms/ios/www/js/lib/nav/FooterView.js
parentb603c0bdfb839236239c7df108272d8246be126c (diff)
stuff
Diffstat (limited to 'StoneIsland/platforms/ios/www/js/lib/nav/FooterView.js')
-rwxr-xr-xStoneIsland/platforms/ios/www/js/lib/nav/FooterView.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/StoneIsland/platforms/ios/www/js/lib/nav/FooterView.js b/StoneIsland/platforms/ios/www/js/lib/nav/FooterView.js
index 74b249e6..8641668f 100755
--- a/StoneIsland/platforms/ios/www/js/lib/nav/FooterView.js
+++ b/StoneIsland/platforms/ios/www/js/lib/nav/FooterView.js
@@ -10,6 +10,7 @@ var FooterView = View.extend({
initialize: function(){
this.$ok = this.$(".ok")
this.$cancel = this.$(".cancel")
+ this.hide()
},
show: function(ok, cancel){