From 3148f945af20c8ec286e4d11b4c2bdeeb6af83a9 Mon Sep 17 00:00:00 2001 From: Ray Liu <rayliu109@gmail.com> Date: Tue, 3 Apr 2018 16:51:01 -0400 Subject: [PATCH] Minor fix on index.jsp --- tomcat/webapps/Trawl/index.jsp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tomcat/webapps/Trawl/index.jsp b/tomcat/webapps/Trawl/index.jsp index 5ce7403..443b206 100644 --- a/tomcat/webapps/Trawl/index.jsp +++ b/tomcat/webapps/Trawl/index.jsp @@ -18,6 +18,9 @@ <script src="map.js"></script> <script src="infoWindow.js"></script> <script src="infoGenerator.js"></script> + + <script src="cluster.js"></script> + <link rel="stylesheet" href="//code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css"> -- GitLab