From e637d1b662e39aea3b2a79b6bb6e927f6cddf753 Mon Sep 17 00:00:00 2001 From: erickson Date: Mon, 30 Mar 2009 22:49:37 +0000 Subject: [PATCH] self is not defined here, use this git-svn-id: svn://svn.open-ils.org/ILS/trunk@12723 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/web/js/dojo/openils/widget/AutoFieldWidget.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/web/js/dojo/openils/widget/AutoFieldWidget.js b/Open-ILS/web/js/dojo/openils/widget/AutoFieldWidget.js index d509e60dd8..9cd12e5f85 100644 --- a/Open-ILS/web/js/dojo/openils/widget/AutoFieldWidget.js +++ b/Open-ILS/web/js/dojo/openils/widget/AutoFieldWidget.js @@ -305,7 +305,7 @@ if(!dojo._hasResource['openils.widget.AutoFieldWidget']) { this.widget.attr('disabled', true); } if(this.onload) - this.onload(this.widget, self); + this.onload(this.widget, this); }, _buildOrgSelector : function() { -- 2.11.0