From 4ce4d3c045691118eccd4f7de7507227dc101a07 Mon Sep 17 00:00:00 2001 From: Brian Federle Date: Tue, 21 Aug 2012 13:34:54 -0700 Subject: [PATCH] Split JSP into 2 files Due to file size limit being reached on index.jsp, move dictionary JS into separate file, dictionary.jsp reviewed-by: jessica --- ui/dictionary.jsp | 1325 +++++++++++++++++++++++++++++++++++++++++++++ ui/index.jsp | 1319 +------------------------------------------- 2 files changed, 1326 insertions(+), 1318 deletions(-) create mode 100644 ui/dictionary.jsp diff --git a/ui/dictionary.jsp b/ui/dictionary.jsp new file mode 100644 index 00000000000..62538a8018c --- /dev/null +++ b/ui/dictionary.jsp @@ -0,0 +1,1325 @@ +<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> +<%@ taglib uri="http://java.sun.com/jsp/jstl/fmt" prefix="fmt" %> + + + + +<% long now = System.currentTimeMillis(); %> + \ No newline at end of file diff --git a/ui/index.jsp b/ui/index.jsp index 7c0840fb408..0ba48bf462a 100644 --- a/ui/index.jsp +++ b/ui/index.jsp @@ -1600,1321 +1600,4 @@ - +