diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-11-09 03:06:33 -0500 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-11-09 03:06:33 -0500 |
| commit | aa93b03e1862e9f95570653d52b9d5858171d22f (patch) | |
| tree | 504d136f830ca9ee1dc3c49305216be7e1908efd /StoneIsland/www/js/lib/nav/FooterView.js | |
| parent | 7272a0c913ced4d0f19e81622020051ba2b5c18f (diff) | |
pull in form data
Diffstat (limited to 'StoneIsland/www/js/lib/nav/FooterView.js')
| -rw-r--r-- | StoneIsland/www/js/lib/nav/FooterView.js | 2 |
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 |
