Merge of the NewUI changes into the trunk
This commit is contained in:
@@ -17,6 +17,6 @@
|
||||
--%>
|
||||
<%
|
||||
ServletContext ctxt = getServletConfig().getServletContext();
|
||||
RequestDispatcher disp = ctxt.getNamedDispatcher("top");
|
||||
RequestDispatcher disp = ctxt.getRequestDispatcher("/top.js.vs");
|
||||
disp.forward(request,response);
|
||||
%>
|
||||
Reference in New Issue
Block a user