summaryrefslogtreecommitdiff
path: root/StoneIsland/www/js/lib/view
diff options
context:
space:
mode:
Diffstat (limited to 'StoneIsland/www/js/lib/view')
-rw-r--r--StoneIsland/www/js/lib/view/Serializable.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/StoneIsland/www/js/lib/view/Serializable.js b/StoneIsland/www/js/lib/view/Serializable.js
index 8084b9f5..e3ef123c 100644
--- a/StoneIsland/www/js/lib/view/Serializable.js
+++ b/StoneIsland/www/js/lib/view/Serializable.js
@@ -3,6 +3,7 @@ var SerializableView = View.extend({
events: {
"change select": "update_select",
"focus input": "focus_input",
+ "submit form": "save",
},
preload: function(data){