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

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


Author: jesse
Date: Fri Feb 10 14:50:33 2006
New Revision: 4526

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

Log:
 r23594 at truegrounds:  jesse | 2006-02-10 14:49:27 -0500
 * wrap the mason directive for setting the content type in a js comment
 


Modified: rt/branches/CHALDEA-EXPERIMENTAL/html/NoAuth/ahah.js
==============================================================================
--- rt/branches/CHALDEA-EXPERIMENTAL/html/NoAuth/ahah.js	(original)
+++ rt/branches/CHALDEA-EXPERIMENTAL/html/NoAuth/ahah.js	Fri Feb 10 14:50:33 2006
@@ -1,5 +1,7 @@
+/*
 % $r->content_type('application/x-javascript');
-// Fetching http://www.opendarwin.org/~drernie/src/ahah.js
+*/
+// Fetched from http://www.opendarwin.org/~drernie/src/ahah.js
 function ahah(url, target, delay) {
   document.getElementById(target).innerHTML = 'Loading <a href="'+url+'">'+url +'</a>...';
   if (window.XMLHttpRequest) {


More information about the Rt-commit mailing list