[open-ils-commits] r17441 - in trunk/Open-ILS/web/opac/skin/craftsman/xml: rdetail result (phasefx)
svn at svn.open-ils.org
svn at svn.open-ils.org
Thu Sep 2 01:08:23 EDT 2010
Author: phasefx
Date: 2010-09-02 01:08:19 -0400 (Thu, 02 Sep 2010)
New Revision: 17441
Modified:
trunk/Open-ILS/web/opac/skin/craftsman/xml/rdetail/rdetail_extras.xml
trunk/Open-ILS/web/opac/skin/craftsman/xml/result/result_table.xml
Log:
stop the chilifresh undefined errors in craftsman
Modified: trunk/Open-ILS/web/opac/skin/craftsman/xml/rdetail/rdetail_extras.xml
===================================================================
--- trunk/Open-ILS/web/opac/skin/craftsman/xml/rdetail/rdetail_extras.xml 2010-09-02 03:40:52 UTC (rev 17440)
+++ trunk/Open-ILS/web/opac/skin/craftsman/xml/rdetail/rdetail_extras.xml 2010-09-02 05:08:19 UTC (rev 17441)
@@ -84,4 +84,10 @@
<div id='rdetail_preview_full_text' class='hide_me'>&rdetail.extras.preview.fulltext;</div>
<div id='rdetail_preview_title' class='hide_me'>&rdetail.extras.preview.title;</div>
<div id='rdetail_preview_badge' class='hide_me'>&rdetail.extras.preview.badge;</div>
+
+ <!-- ChiliFresh setup -->
+ <script language='javascript' type='text/javascript'>
+ var chilifresh = false;
+ </script>
+
</div>
Modified: trunk/Open-ILS/web/opac/skin/craftsman/xml/result/result_table.xml
===================================================================
--- trunk/Open-ILS/web/opac/skin/craftsman/xml/result/result_table.xml 2010-09-02 03:40:52 UTC (rev 17440)
+++ trunk/Open-ILS/web/opac/skin/craftsman/xml/result/result_table.xml 2010-09-02 05:08:19 UTC (rev 17441)
@@ -141,6 +141,11 @@
config.names.result.format_pic = 'format_pic'
</script>
+ <!-- ChiliFresh setup -->
+ <script language='javascript' type='text/javascript'>
+ var chilifresh = false;
+ </script>
+
</div>
More information about the open-ils-commits
mailing list