[Rt-commit] r15935 - in rt/branches/3.999-DANGEROUS: share/web/static/js

sunnavy at bestpractical.com sunnavy at bestpractical.com
Fri Sep 12 00:53:44 EDT 2008


Author: sunnavy
Date: Fri Sep 12 00:53:44 2008
New Revision: 15935

Modified:
   rt/branches/3.999-DANGEROUS/   (props changed)
   rt/branches/3.999-DANGEROUS/share/web/static/js/cascaded.js
   rt/branches/3.999-DANGEROUS/share/web/static/js/combobox.js

Log:
 r16652 at sunnavys-mb:  sunnavy | 2008-09-12 12:07:27 +0800
 comment out mason comments in js


Modified: rt/branches/3.999-DANGEROUS/share/web/static/js/cascaded.js
==============================================================================
--- rt/branches/3.999-DANGEROUS/share/web/static/js/cascaded.js	(original)
+++ rt/branches/3.999-DANGEROUS/share/web/static/js/cascaded.js	Fri Sep 12 00:53:44 2008
@@ -1,4 +1,4 @@
-%# BEGIN BPS TAGGED BLOCK {{{
+/*%# BEGIN BPS TAGGED BLOCK {{{
 %# 
 %# COPYRIGHT:
 %# 
@@ -45,6 +45,7 @@
 %# those contributions and any derivatives thereof.
 %# 
 %# END BPS TAGGED BLOCK }}}
+*/
 function filter_cascade (id, val) {
     var select = document.getElementById(id);
     if (!select) { return };

Modified: rt/branches/3.999-DANGEROUS/share/web/static/js/combobox.js
==============================================================================
--- rt/branches/3.999-DANGEROUS/share/web/static/js/combobox.js	(original)
+++ rt/branches/3.999-DANGEROUS/share/web/static/js/combobox.js	Fri Sep 12 00:53:44 2008
@@ -1,3 +1,4 @@
+/*
 %# BEGIN BPS TAGGED BLOCK {{{
 %# 
 %# COPYRIGHT:
@@ -45,6 +46,7 @@
 %# those contributions and any derivatives thereof.
 %# 
 %# END BPS TAGGED BLOCK }}}
+*/
 function ComboBox_InitWith(n) {
     if ( typeof( window.addEventListener ) != "undefined" ) {
         window.addEventListener("load", ComboBox_Init(n), false);


More information about the Rt-commit mailing list