From: erickson Date: Sun, 15 Feb 2009 16:39:19 +0000 (+0000) Subject: don't apply on-enter-equals-submit handler, cuz enter is conventiently used in variou... X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=bc25e92ac9c486d4e60622683ca028c371a97d98;p=Evergreen.git 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 --- 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);