From f6e0de391dd74c288894aec3965c8ec8c2bc6414 Mon Sep 17 00:00:00 2001 From: erickson Date: Thu, 26 Feb 2009 15:40:38 +0000 Subject: [PATCH] fixed table ref git-svn-id: svn://svn.open-ils.org/ILS/trunk@12307 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 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) { -- 2.11.0