Skip to content

Commit 8b8450b

Browse files
committed
Always use local copy of JQuery
1 parent 2314cd4 commit 8b8450b

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

index.html

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -284,11 +284,7 @@ <h4 class="modal-title">Configure graphs</h4>
284284
</div>
285285
<!-- /.modal -->
286286

287-
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
288-
<script>
289-
window.jQuery || document.write('<script src="js/vendor/jquery-1.11.3.min.js"><\/script>')
290-
</script>
291-
287+
<script src="js/vendor/jquery-1.11.3.min.js"></script>
292288
<script src="js/vendor/bootstrap.min.js"></script>
293289
<script src="js/vendor/jquery.ba-throttle-debounce.js"></script>
294290
<script src="js/vendor/three.min.js"></script>

0 commit comments

Comments
 (0)