[open-ils-commits] r13342 - trunk/Open-ILS/web/opac/skin/default/js (miker)
svn at svn.open-ils.org
svn at svn.open-ils.org
Mon Jun 8 11:20:14 EDT 2009
Author: miker
Date: 2009-06-08 11:20:12 -0400 (Mon, 08 Jun 2009)
New Revision: 13342
Modified:
trunk/Open-ILS/web/opac/skin/default/js/rresult.js
Log:
doh! applied to the wrong call
Modified: trunk/Open-ILS/web/opac/skin/default/js/rresult.js
===================================================================
--- trunk/Open-ILS/web/opac/skin/default/js/rresult.js 2009-06-08 15:00:45 UTC (rev 13341)
+++ trunk/Open-ILS/web/opac/skin/default/js/rresult.js 2009-06-08 15:20:12 UTC (rev 13342)
@@ -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