[open-ils-commits] r13451 - branches/rel_1_6/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:49 EDT 2009
Author: dbs
Date: 2009-06-23 15:15:45 -0400 (Tue, 23 Jun 2009)
New Revision: 13451
Modified:
branches/rel_1_6/Open-ILS/web/opac/skin/craftsman/xml/home/homesearch.xml
Log:
Simple fix for making home page links work
Modified: branches/rel_1_6/Open-ILS/web/opac/skin/craftsman/xml/home/homesearch.xml
===================================================================
--- branches/rel_1_6/Open-ILS/web/opac/skin/craftsman/xml/home/homesearch.xml 2009-06-23 19:15:35 UTC (rev 13450)
+++ branches/rel_1_6/Open-ILS/web/opac/skin/craftsman/xml/home/homesearch.xml 2009-06-23 19:15:45 UTC (rev 13451)
@@ -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