forked from 18F/PriceHistoryGUI
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMainJSIncludes.tpl
More file actions
15 lines (14 loc) · 857 Bytes
/
MainJSIncludes.tpl
File metadata and controls
15 lines (14 loc) · 857 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!-- I use Stuart Banerman's hashcode to map award names to colors reliably: https://github.com/stuartbannerman/hashcode -->
<script src="../js/hashcode-master/lib/hashcode.min.js"></script>
<link href="../js/feedback_me/css/jquery.feedback_me.css" rel="stylesheet" type="text/css" />
<script src="../js/jquery-ui.min.js"></script>
<script src="../js/feedback_me/js/jquery.feedback_me.js"></script>
<script src="./js/Utility.js"></script>
<script src="./js/StandardFunctions.js"></script>
<script src="./js/result_rendering.js"></script>
<script src="./js/plot_rendering.js"></script>
<script src="./js/grid_rendering.js"></script>
<script src="./js/header.js"></script>
<script src="./js/GUISpecifics.js"></script>
<script src="./js/pagination.js"></script>
<script src="../gui/MorrisDataDecorator/js/handlers.js"></script>