[Rt-commit] r4125 - in rt/branches/3.5-TESTING: . html/NoAuth/js

trs at bestpractical.com trs at bestpractical.com
Mon Nov 21 15:58:43 EST 2005


Author: trs
Date: Mon Nov 21 15:58:42 2005
New Revision: 4125

Modified:
   rt/branches/3.5-TESTING/   (props changed)
   rt/branches/3.5-TESTING/html/NoAuth/js/util.js
Log:
 r6486 at wintermute:  tom | 2005-11-21 15:35:10 -0500
 Utility function


Modified: rt/branches/3.5-TESTING/html/NoAuth/js/util.js
==============================================================================
--- rt/branches/3.5-TESTING/html/NoAuth/js/util.js	(original)
+++ rt/branches/3.5-TESTING/html/NoAuth/js/util.js	Mon Nov 21 15:58:42 2005
@@ -1,3 +1,7 @@
+function e(id) {
+    return document.getElementById(id);
+}
+
 function rollup(id) {
     var e   = document.getElementById(id);
     var e2  = e.parentNode;


More information about the Rt-commit mailing list