[Rt-commit] r4525 - in rt/branches/CHALDEA-EXPERIMENTAL: html

jesse at bestpractical.com jesse at bestpractical.com
Fri Feb 10 14:50:21 EST 2006


Author: jesse
Date: Fri Feb 10 14:50:21 2006
New Revision: 4525

Modified:
   rt/branches/CHALDEA-EXPERIMENTAL/   (props changed)
   rt/branches/CHALDEA-EXPERIMENTAL/html/rt.js

Log:
 r23593 at truegrounds:  jesse | 2006-02-10 14:47:08 -0500
 * Force the content type inside a js comment


Modified: rt/branches/CHALDEA-EXPERIMENTAL/html/rt.js
==============================================================================
--- rt/branches/CHALDEA-EXPERIMENTAL/html/rt.js	(original)
+++ rt/branches/CHALDEA-EXPERIMENTAL/html/rt.js	Fri Feb 10 14:50:21 2006
@@ -1,4 +1,6 @@
+/*
 % $r->content_type('application/x-javascript');
+*/
 
 function hideshow(num) {
     idstring = "element-" + num;
@@ -16,4 +18,4 @@
     objWindow.focus();
 }
 
-% $m->abort;
\ No newline at end of file
+% $m->abort;


More information about the Rt-commit mailing list