[open-ils-commits] r13449 - trunk/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:11:32 EDT 2009
Author: dbs
Date: 2009-06-23 15:11:28 -0400 (Tue, 23 Jun 2009)
New Revision: 13449
Modified:
trunk/Open-ILS/web/opac/skin/craftsman/xml/home/homesearch.xml
Log:
Simple fix for making home page links work
Modified: trunk/Open-ILS/web/opac/skin/craftsman/xml/home/homesearch.xml
===================================================================
--- trunk/Open-ILS/web/opac/skin/craftsman/xml/home/homesearch.xml 2009-06-23 18:22:02 UTC (rev 13448)
+++ trunk/Open-ILS/web/opac/skin/craftsman/xml/home/homesearch.xml 2009-06-23 19:11:28 UTC (rev 13449)
@@ -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