Author: ssthkjer
Date: 2006-11-07 10:31:01 +0100 (Tue, 07 Nov 2006)
New Revision: 3910

Modified:
   trunk/war/src/webapp/WEB-INF/jsp/decorators/mainDecorator.jsp
Log:
yipticker fix

Modified: trunk/war/src/webapp/WEB-INF/jsp/decorators/mainDecorator.jsp
===================================================================
--- trunk/war/src/webapp/WEB-INF/jsp/decorators/mainDecorator.jsp       
2006-11-06 18:52:01 UTC (rev 3909)
+++ trunk/war/src/webapp/WEB-INF/jsp/decorators/mainDecorator.jsp       
2006-11-07 09:31:01 UTC (rev 3910)
@@ -76,7 +76,7 @@
 
 <%if (currentC.equals("y") || currentC.equals("yg") || 
currentC.equals("yipticker") || currentC.equals("w") || currentC.equals("sw") 
|| currentC.equals("swip")) {%>
 <body onLoad="init();">
-<%} else if (currentC.equals("yip") || currentC.equals("wip")) {%>
+<%} else if (currentC.equals("yip") || currentC.equals("wip") || 
currentC.equals("yipticker")) {%>
 <body onLoad="init(); checkTab();">
 <%} else if (q.trim().equals("") && currentC.equals("m") && 
vertikal.equals("m") && !publish) {%>
 <body 
onLoad="sndReq('/search/?c=l&newscountry=Norge&q=&output=rss');scrollbox();">

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

Reply via email to