[Rt-commit] r6547 - in rt/branches/3.6-RELEASE: .

jesse at bestpractical.com jesse at bestpractical.com
Tue Nov 28 21:27:35 EST 2006


Author: jesse
Date: Tue Nov 28 21:27:35 2006
New Revision: 6547

Modified:
   rt/branches/3.6-RELEASE/   (props changed)
   rt/branches/3.6-RELEASE/html/NoAuth/js/ahah.js

Log:
 r45558 at pinglin:  jesse | 2006-11-28 21:26:43 -0500
 * When doing an AHAH replace of a page section, don't show a "loading" message. (makes things feel smoother)


Modified: rt/branches/3.6-RELEASE/html/NoAuth/js/ahah.js
==============================================================================
--- rt/branches/3.6-RELEASE/html/NoAuth/js/ahah.js	(original)
+++ rt/branches/3.6-RELEASE/html/NoAuth/js/ahah.js	Tue Nov 28 21:27:35 2006
@@ -48,7 +48,7 @@
 */
 // 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>...';
+  // document.getElementById(target).innerHTML = 'Loading <a href="'+url+'">'+url +'</a>...';
   if (window.XMLHttpRequest) {
     req = new XMLHttpRequest();
   } else if (window.ActiveXObject) {


More information about the Rt-commit mailing list