Author: weber
Date: Thu May 4 07:59:09 2006
New Revision: 399721
URL: http://svn.apache.org/viewcvs?rev=399721&view=rev
Log:
don't force open of js LOG
Modified:
myfaces/tobago/trunk/theme/standard/src/main/resources/org/apache/myfaces/tobago/renderkit/html/standard/standard/script/tobago.js
Modified: myfaces/tobago/trunk/theme/standard/src/main/resources/org/apache/myfaces/tobago/renderkit/html/standard/standard/script/tobago.js
URL: http://svn.apache.org/viewcvs/myfaces/tobago/trunk/theme/standard/src/main/resources/org/apache/myfaces/tobago/renderkit/html/standard/standard/script/tobago.js?rev=399721&r1=399720&r2=399721&view=diff
==============================================================================
--- myfaces/tobago/trunk/theme/standard/src/main/resources/org/apache/myfaces/tobago/renderkit/html/standard/standard/script/tobago.js
(original)
+++ myfaces/tobago/trunk/theme/standard/src/main/resources/org/apache/myfaces/tobago/renderkit/html/standard/standard/script/tobago.js
Thu May 4 07:59:09 2006
@@ -25,7 +25,7 @@
var bodyToOnload = this.startOnload.getTime() - this.endBody.getTime();
var totaljs = this.endTotal.getTime() - this.startTbgJs.getTime();
var appOnload = this.endAppOnload.getTime() - this.startAppOnload.getTime();
- LOG.show();
+// LOG.show();
if (TbgHeadStart) {
LOG.debug("startTbgJs-TbgHeadStart: " + (this.startTbgJs.getTime() - TbgHeadStart.getTime()));
}
|