From bc25e92ac9c486d4e60622683ca028c371a97d98 Mon Sep 17 00:00:00 2001 From: erickson Date: Sun, 15 Feb 2009 16:39:19 +0000 Subject: [PATCH] don't apply on-enter-equals-submit handler, cuz enter is conventiently used in various widgets to select values 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/web/js/dojo/openils/widget/EditPane.js b/Open-ILS/web/js/dojo/openils/widget/EditPane.js index b2ea34e851..9b8100c358 100644 --- a/Open-ILS/web/js/dojo/openils/widget/EditPane.js +++ b/Open-ILS/web/js/dojo/openils/widget/EditPane.js @@ -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); -- 2.11.0