[open-ils-commits] r17945 - trunk/Open-ILS/web/js/dojo/openils (miker)
svn at svn.open-ils.org
svn at svn.open-ils.org
Thu Sep 23 21:46:43 EDT 2010
Author: miker
Date: 2010-09-23 21:46:41 -0400 (Thu, 23 Sep 2010)
New Revision: 17945
Modified:
trunk/Open-ILS/web/js/dojo/openils/BibTemplate.js
Log:
correct the comment
Modified: trunk/Open-ILS/web/js/dojo/openils/BibTemplate.js
===================================================================
--- trunk/Open-ILS/web/js/dojo/openils/BibTemplate.js 2010-09-24 00:56:21 UTC (rev 17944)
+++ trunk/Open-ILS/web/js/dojo/openils/BibTemplate.js 2010-09-24 01:46:41 UTC (rev 17945)
@@ -119,7 +119,7 @@
if (item_list.length) item_list = BT.subsetNL(item_list, item_offset, item_offset + item_limit);
}
- // Do post-query stuff, only if there's an item list!
+ // Do post-query stuff
dojo.forEach(post_query_callbacks, function (cb) {
try { (new Function( 'item_list', 'BT', 'slotXML', 'slot', unescape(cb.innerHTML) ))(item_list,BT,bib,slot) } catch (e) {/*meh*/}
});
More information about the open-ils-commits
mailing list