don't apply on-enter-equals-submit handler, cuz enter is conventiently used in variou...
authorerickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Sun, 15 Feb 2009 16:39:19 +0000 (16:39 +0000)
committererickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Sun, 15 Feb 2009 16:39:19 +0000 (16:39 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@12184 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/web/js/dojo/openils/widget/EditPane.js

index b2ea34e..9b8100c 100644 (file)
@@ -73,7 +73,7 @@ if(!dojo._hasResource['openils.widget.EditPane']) {
 
                     widget.build();
                     this.fieldList.push({name:field.name, widget:widget});
-                    this.applySaveOnEnter(widget);
+                    //this.applySaveOnEnter(widget);
                 }
                 if(!this.hideActionButtons)
                     this.buildActionButtons(tbody);