[open-ils-commits] r13450 - branches/rel_1_6_0/Open-ILS/web/opac/skin/craftsman/xml/home (dbs)

svn at svn.open-ils.org svn at svn.open-ils.org
Tue Jun 23 15:15:39 EDT 2009


Author: dbs
Date: 2009-06-23 15:15:35 -0400 (Tue, 23 Jun 2009)
New Revision: 13450

Modified:
   branches/rel_1_6_0/Open-ILS/web/opac/skin/craftsman/xml/home/homesearch.xml
Log:
Simple fix for making home page links work


Modified: branches/rel_1_6_0/Open-ILS/web/opac/skin/craftsman/xml/home/homesearch.xml
===================================================================
--- branches/rel_1_6_0/Open-ILS/web/opac/skin/craftsman/xml/home/homesearch.xml	2009-06-23 19:11:28 UTC (rev 13449)
+++ branches/rel_1_6_0/Open-ILS/web/opac/skin/craftsman/xml/home/homesearch.xml	2009-06-23 19:15:35 UTC (rev 13450)
@@ -78,6 +78,7 @@
     <span dojoType="dijit.form.FilteringSelect" store="openils.I18N.localeStore" 
         searchAttr="label" required="false" jsId='opacLocaleSelector'>
         <script>
+            dojo.addOnLoad(home_init);
             dojo.addOnLoad(function() {
                 opacLocaleSelector.setValue(locale);
                 dojo.connect(opacLocaleSelector, 'onChange', 



More information about the open-ils-commits mailing list