[Rt-commit] r15921 - in rt/branches/3.999-DANGEROUS: share/html/NoAuth/js

sunnavy at bestpractical.com sunnavy at bestpractical.com
Thu Sep 11 06:48:40 EDT 2008


Author: sunnavy
Date: Thu Sep 11 06:48:39 2008
New Revision: 15921

Modified:
   rt/branches/3.999-DANGEROUS/   (props changed)
   rt/branches/3.999-DANGEROUS/share/html/NoAuth/js/util.js

Log:
 r16633 at sunnavys-mb:  sunnavy | 2008-09-11 18:48:11 +0800
 no mason in js any more


Modified: rt/branches/3.999-DANGEROUS/share/html/NoAuth/js/util.js
==============================================================================
--- rt/branches/3.999-DANGEROUS/share/html/NoAuth/js/util.js	(original)
+++ rt/branches/3.999-DANGEROUS/share/html/NoAuth/js/util.js	Thu Sep 11 06:48:39 2008
@@ -197,7 +197,7 @@
         $(link).observe('click', function(ev) { openCalWindow(input); ev.stop(); });
         //link.setAttribute('onclick', "openCalWindow('"+input+"'); return false;");
 
-        var text = document.createTextNode('<% _("Calendar") %>');
+        var text = document.createTextNode('_("Calendar")');
         link.appendChild(text);
 
         var space = document.createTextNode(' ');


More information about the Rt-commit mailing list