diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-12-11 15:31:07 -0600 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-12-11 15:31:07 -0600 |
| commit | b6e73d3c1af0fc929916c9e4d63d125a96cbb996 (patch) | |
| tree | b6304e2700da5179e669284991577835f41dc6bb /StoneIsland/platforms/ios/www/js/lib/nav/FooterView.js | |
| parent | b603c0bdfb839236239c7df108272d8246be126c (diff) | |
stuff
Diffstat (limited to 'StoneIsland/platforms/ios/www/js/lib/nav/FooterView.js')
| -rwxr-xr-x | StoneIsland/platforms/ios/www/js/lib/nav/FooterView.js | 1 |
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){ |
