Author: Kamil Tekiela (kamil-tekiela) Date: 2022-07-13T17:31:07+01:00 Commit: https://github.com/php/web-php/commit/7e6aa5da115c27482ef6d29dedd526bf8b22b21b Raw diff: https://github.com/php/web-php/commit/7e6aa5da115c27482ef6d29dedd526bf8b22b21b.diff
Update jQuery from 1.10 to 3.6 Changed paths: M include/footer.inc Diff: diff --git a/include/footer.inc b/include/footer.inc index 691cd39c7..26246b190 100644 --- a/include/footer.inc +++ b/include/footer.inc @@ -85,7 +85,7 @@ ?> <!-- External and third party libraries. --> - <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js" integrity="sha384-aBL3Lzi6c9LNDGvpHkZrrm3ZVsIwohDD7CDozL0pk8FwCrfmV7H9w8j3L7ikEv6h" crossorigin="anonymous"></script> + <script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script> <?php $jsfiles = array("ext/hogan-2.0.0.min.js", "ext/typeahead.min.js", "ext/mousetrap.min.js", "search.js", "common.js"); foreach ($jsfiles as $filename) { -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php