From: erickson Date: Thu, 26 Feb 2009 15:40:38 +0000 (+0000) Subject: fixed table ref X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=f6e0de391dd74c288894aec3965c8ec8c2bc6414;p=evergreen%2Ftadl.git fixed table ref git-svn-id: svn://svn.open-ils.org/ILS/trunk@12307 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 a8faf465a4..7126a541bd 100644 --- a/Open-ILS/web/js/dojo/openils/widget/EditPane.js +++ b/Open-ILS/web/js/dojo/openils/widget/EditPane.js @@ -81,7 +81,7 @@ if(!dojo._hasResource['openils.widget.EditPane']) { if(!this.hideActionButtons) this.buildActionButtons(tbody); - openils.Util.addCSSClass(this.editPane.table, 'oils-fm-edit-pane'); + openils.Util.addCSSClass(table, 'oils-fm-edit-pane'); }, applySaveOnEnter : function(widget) {