[open-ils-commits] r15703 - in trunk/Open-ILS/web/conify/global: config permission (miker)

svn at svn.open-ils.org svn at svn.open-ils.org
Thu Mar 4 15:25:25 EST 2010


Author: miker
Date: 2010-03-04 15:25:20 -0500 (Thu, 04 Mar 2010)
New Revision: 15703

Modified:
   trunk/Open-ILS/web/conify/global/config/copy_status.html
   trunk/Open-ILS/web/conify/global/permission/perm_list.html
Log:
correct the script type

Modified: trunk/Open-ILS/web/conify/global/config/copy_status.html
===================================================================
--- trunk/Open-ILS/web/conify/global/config/copy_status.html	2010-03-04 20:20:30 UTC (rev 15702)
+++ trunk/Open-ILS/web/conify/global/config/copy_status.html	2010-03-04 20:25:20 UTC (rev 15703)
@@ -63,7 +63,7 @@
 
 		<script type="text/javascript" src="copy_status.js"></script>
 
-        <script type="dojo/method">
+        <script type="text/javascript">
 <![CDATA[
             var highlighter= {};
             highlighter.green = dojox.fx.highlight( { color : '#B4FFB4', node : 'grid_container', duration : 500 } );

Modified: trunk/Open-ILS/web/conify/global/permission/perm_list.html
===================================================================
--- trunk/Open-ILS/web/conify/global/permission/perm_list.html	2010-03-04 20:20:30 UTC (rev 15702)
+++ trunk/Open-ILS/web/conify/global/permission/perm_list.html	2010-03-04 20:25:20 UTC (rev 15703)
@@ -62,7 +62,7 @@
 
 		<script type="text/javascript" src="perm_list.js"></script>
 
-		<script type="dojo/method"><![CDATA[
+		<script type="text/javascript"><![CDATA[
 			var highlighter= {};
 			highlighter.green = dojox.fx.highlight( { color : '#B4FFB4', node : 'grid_container', duration : 500 } );
 			highlighter.red = dojox.fx.highlight( { color : '#FF2018', node : 'grid_container', duration : 500 } );



More information about the open-ils-commits mailing list