Author: itthkjer
Date: 2006-04-26 09:55:09 +0200 (Wed, 26 Apr 2006)
New Revision: 2804

Modified:
   branches/2.0/src/webapp/WEB-INF/jsp/decorators/mainDecorator.jsp
Log:
checktab() on onload

Modified: branches/2.0/src/webapp/WEB-INF/jsp/decorators/mainDecorator.jsp
===================================================================
--- branches/2.0/src/webapp/WEB-INF/jsp/decorators/mainDecorator.jsp    
2006-04-25 20:20:00 UTC (rev 2803)
+++ branches/2.0/src/webapp/WEB-INF/jsp/decorators/mainDecorator.jsp    
2006-04-26 07:55:09 UTC (rev 2804)
@@ -74,7 +74,7 @@
 </head>
 
 
-<body onload="<%if (currentC.equals("y") || currentC.equals("yip") || 
currentC.equals("yipticker") || currentC.equals("w") || currentC.equals("wip")) 
{%>init();<%}%>">
+<body onload="<%if (currentC.equals("y") || currentC.equals("yipticker") || 
currentC.equals("w") ) {%>init();<%} else if (currentC.equals("yip") || 
currentC.equals("wip")) {%>init(); checkTab();<% } %>">
 
 
     <% // sitesearch

_______________________________________________
Kernel-commits mailing list
[email protected]
http://sesat.no/mailman/listinfo/kernel-commits

Reply via email to