[open-ils-commits] r16235 - trunk/Open-ILS/web/js/ui/default/acq/search (senator)

svn at svn.open-ils.org svn at svn.open-ils.org
Wed Apr 14 09:42:37 EDT 2010


Author: senator
Date: 2010-04-14 09:42:35 -0400 (Wed, 14 Apr 2010)
New Revision: 16235

Modified:
   trunk/Open-ILS/web/js/ui/default/acq/search/unified.js
Log:
Acq: fixing bug introduced in 16230


Modified: trunk/Open-ILS/web/js/ui/default/acq/search/unified.js
===================================================================
--- trunk/Open-ILS/web/js/ui/default/acq/search/unified.js	2010-04-14 04:16:44 UTC (rev 16234)
+++ trunk/Open-ILS/web/js/ui/default/acq/search/unified.js	2010-04-14 13:42:35 UTC (rev 16235)
@@ -115,7 +115,7 @@
                     "input", {"type": "text"}, parentNode, "only"
                 );
                 if (typeof(value) != "undefined")
-                    wStore[widgetKey].attr("value", value);
+                    wStore[widgetKey].value = value;
                 wStore[widgetKey].focus();
                 if (typeof(callback) == "function")
                     callback(term, widgetKey);



More information about the open-ils-commits mailing list