You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@climate.apache.org by jo...@apache.org on 2013/06/13 01:18:20 UTC

svn commit: r1492482 - /incubator/climate/trunk/rcmet/src/main/ui/app/index.html

Author: joyce
Date: Wed Jun 12 23:18:20 2013
New Revision: 1492482

URL: http://svn.apache.org/r1492482
Log:
Remove left over script tag for filters.js

Modified:
    incubator/climate/trunk/rcmet/src/main/ui/app/index.html

Modified: incubator/climate/trunk/rcmet/src/main/ui/app/index.html
URL: http://svn.apache.org/viewvc/incubator/climate/trunk/rcmet/src/main/ui/app/index.html?rev=1492482&r1=1492481&r2=1492482&view=diff
==============================================================================
--- incubator/climate/trunk/rcmet/src/main/ui/app/index.html (original)
+++ incubator/climate/trunk/rcmet/src/main/ui/app/index.html Wed Jun 12 23:18:20 2013
@@ -235,7 +235,6 @@
   <script src="js/controllers/ObservationSelectCtrl.js"></script>
   <script src="js/controllers/RcmedSelectionCtrl.js"></script>
   <script src="js/controllers/SettingsCtrl.js"></script>
-  <script src="js/filters.js"></script>
   <script src="js/directives/LeafletMap.js"></script>
   <script src="js/directives/BootstrapModal.js"></script>
   <script src="js/directives/BootstrapModalOpen.js"></script>