From: miker Date: Fri, 24 Sep 2010 01:46:41 +0000 (+0000) Subject: correct the comment X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=3c69165a0d54ac21a3c53d634debc230d8e7b532;p=evergreen%2Fbjwebb.git correct the comment git-svn-id: svn://svn.open-ils.org/ILS/trunk@17945 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/web/js/dojo/openils/BibTemplate.js b/Open-ILS/web/js/dojo/openils/BibTemplate.js index 790d16a60..a8e47c8dd 100644 --- a/Open-ILS/web/js/dojo/openils/BibTemplate.js +++ b/Open-ILS/web/js/dojo/openils/BibTemplate.js @@ -119,7 +119,7 @@ if(!dojo._hasResource["openils.BibTemplate"]) { 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*/} });