important fixes for bibtemplate, featuredcontentslider, result_common.js
[evergreen-equinox.git] / Open-ILS / web / opac / skin / kcls / js / result_common.js
index 7e26da8..bb82f20 100644 (file)
@@ -58,7 +58,9 @@ var recordsCache = [];
 var lowHitCount = 4;
 var isbnList = '';
 var googleBooksLink = true;
-buildOrgSel($('holdsCacheSel'), globalOrgTree, 0);
+attachEvt("common", "init", function() {
+    buildOrgSel($('holdsCacheSel'), globalOrgTree, 0);
+});
 
 var resultFetchAllRecords = false;
 var resultCompiledSearch = null;