[open-ils-commits] r16106 - trunk/Open-ILS/web/opac/skin/default/js (miker)

svn at svn.open-ils.org svn at svn.open-ils.org
Fri Apr 2 14:11:02 EDT 2010


Author: miker
Date: 2010-04-02 14:10:58 -0400 (Fri, 02 Apr 2010)
New Revision: 16106

Modified:
   trunk/Open-ILS/web/opac/skin/default/js/mresult.js
Log:
copy-n-paste-o on variable name

Modified: trunk/Open-ILS/web/opac/skin/default/js/mresult.js
===================================================================
--- trunk/Open-ILS/web/opac/skin/default/js/mresult.js	2010-04-02 16:28:59 UTC (rev 16105)
+++ trunk/Open-ILS/web/opac/skin/default/js/mresult.js	2010-04-02 18:10:58 UTC (rev 16106)
@@ -47,7 +47,7 @@
 
 function mresultHandleMRIds(r) {
 	var res = r.getResultObject();
-    resultFacetKey = result.facet_key;
+    resultFacetKey = res.facet_key;
     resultCompiledSearch = res.compiled_search;
     cookieManager.write(COOKIE_SEARCH, js2JSON(res.compiled_search), -1);
 	if(res.count != null) {



More information about the open-ils-commits mailing list