[Rt-commit] r3387 - in rt/branches/3.5-TESTING: . html

trs at bestpractical.com trs at bestpractical.com
Mon Jul 4 21:48:59 EDT 2005


Author: trs
Date: Mon Jul  4 21:48:58 2005
New Revision: 3387

Modified:
   rt/branches/3.5-TESTING/   (props changed)
   rt/branches/3.5-TESTING/html/rt.js
Log:
 r4803 at wintermute:  tom | 2005-07-04 21:44:58 -0400
 Should return false so click isn't passed through after capture and page doesn't jump to the top


Modified: rt/branches/3.5-TESTING/html/rt.js
==============================================================================
--- rt/branches/3.5-TESTING/html/rt.js	(original)
+++ rt/branches/3.5-TESTING/html/rt.js	Mon Jul  4 21:48:58 2005
@@ -9,6 +9,7 @@
         chunk.style.tag = chunk.style.display;
         chunk.style.display = "none";
     }
+    return false;
 }   
 
 function openCalWindow(field) {
@@ -16,4 +17,4 @@
     objWindow.focus();
 }
 
-% $m->abort;
\ No newline at end of file
+% $m->abort;


More information about the Rt-commit mailing list