Skip to content

Commit

Permalink
Bundle jquery for static renderer.
Browse files Browse the repository at this point in the history
  • Loading branch information
connormanning committed Nov 30, 2017
1 parent 3818d78 commit feee2a7
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion greyhound/public/index.html
Expand Up @@ -4,7 +4,7 @@
<title>Greyhound web viewer</title>
</head>
<link rel="stylesheet" type="text/css" href="static/style.css"></link>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
<script src="static/jquery.min.js"></script>
<script src="static/three.js"></script>
<script src="static/detector.js"></script>
<script src="static/trackballControls.js"></script>
Expand Down

0 comments on commit feee2a7

Please sign in to comment.