summaryrefslogtreecommitdiff
path: root/StoneIsland/www/js/lib/nav/FooterView.js
diff options
context:
space:
mode:
Diffstat (limited to 'StoneIsland/www/js/lib/nav/FooterView.js')
-rw-r--r--StoneIsland/www/js/lib/nav/FooterView.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/StoneIsland/www/js/lib/nav/FooterView.js b/StoneIsland/www/js/lib/nav/FooterView.js
index d5560545..414dc4c1 100644
--- a/StoneIsland/www/js/lib/nav/FooterView.js
+++ b/StoneIsland/www/js/lib/nav/FooterView.js
@@ -26,7 +26,7 @@ var FooterView = View.extend({
},
ok: function(){
- app.view.submit()
+ (app.view.save || app.view.submit || noop)()
},
}) \ No newline at end of file