Author: ssthkjer
Date: 2007-05-18 13:51:57 +0200 (Fri, 18 May 2007)
New Revision: 5113

Modified:
   trunk/war/src/webapp/WEB-INF/jsp/decorators/httpDecorator.jsp
Log:
removed onload attribute from body. this is now done by eventhandling 

Modified: trunk/war/src/webapp/WEB-INF/jsp/decorators/httpDecorator.jsp
===================================================================
--- trunk/war/src/webapp/WEB-INF/jsp/decorators/httpDecorator.jsp       
2007-05-18 08:08:56 UTC (rev 5112)
+++ trunk/war/src/webapp/WEB-INF/jsp/decorators/httpDecorator.jsp       
2007-05-18 11:51:57 UTC (rev 5113)
@@ -14,7 +14,7 @@
     <search:velocity template="/fragments/head"/>
 </head>
 
-<body onload="SesamInit.onLoad('<c:out value="${tab.key}"/>', '<c:out 
value="${vertikal}"/>', '<c:out value="${datamodel.query.xmlEscaped}"/>', 
<c:out value="${null != page}"/>);">
+<body>
 <%-- This is the real thing. The new templating system all should use. --%>
 
 

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

Reply via email to