[open-ils-commits] r13343 - branches/rel_1_4/Open-ILS/web/opac/skin/default/js (miker)

svn at svn.open-ils.org svn at svn.open-ils.org
Mon Jun 8 11:23:52 EDT 2009


Author: miker
Date: 2009-06-08 11:23:50 -0400 (Mon, 08 Jun 2009)
New Revision: 13343

Modified:
   branches/rel_1_4/Open-ILS/web/opac/skin/default/js/rresult.js
Log:
doh! applied to the wrong call

Modified: branches/rel_1_4/Open-ILS/web/opac/skin/default/js/rresult.js
===================================================================
--- branches/rel_1_4/Open-ILS/web/opac/skin/default/js/rresult.js	2009-06-08 15:20:12 UTC (rev 13342)
+++ branches/rel_1_4/Open-ILS/web/opac/skin/default/js/rresult.js	2009-06-08 15:23:50 UTC (rev 13343)
@@ -207,7 +207,7 @@
     } else {
         count = ids.length;
     }
-	if(ids) _rresultHandleIds(ids, count, getOffset());
+	if(ids) _rresultHandleIds(ids, count);
 }
 
 var rresultTries = 0;
@@ -245,7 +245,7 @@
 
 	HITCOUNT = parseInt(count);
 	runEvt('result', 'hitCountReceived');
-	runEvt('result', 'idsReceived', ids);
+	runEvt('result', 'idsReceived', ids, getOffset());
 }
 
 /*



More information about the open-ils-commits mailing list