We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3091246 commit be4d00bCopy full SHA for be4d00b
1 file changed
include/footer.inc
@@ -85,7 +85,7 @@
85
?>
86
87
<!-- External and third party libraries. -->
88
- <script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
+ <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js" integrity="sha384-aBL3Lzi6c9LNDGvpHkZrrm3ZVsIwohDD7CDozL0pk8FwCrfmV7H9w8j3L7ikEv6h" crossorigin="anonymous"></script>
89
<?php
90
$jsfiles = array("ext/modernizr.js", "ext/hogan-2.0.0.min.js", "ext/typeahead.min.js", "ext/mousetrap.min.js", "search.js", "common.js");
91
foreach ($jsfiles as $filename) {
0 commit comments