Skip to content

Commit

Permalink
Merge pull request #1249 from darioackermann/jquery-protocol-aware
Browse files Browse the repository at this point in the history
Make jQuery includes protocol-aware
  • Loading branch information
ghislainfourny authored Feb 27, 2024
2 parents c00e384 + aaa39a7 commit 3a031ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/resources/assets/jsound-validator.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<meta charset="utf-8" />
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
<title>Public Rumble page</title>

<script type="text/javascript">
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/assets/public.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<meta charset="utf-8" />
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
<title>Public Rumble page</title>
<script type="text/javascript">
$(document).ready(function() {
Expand Down

0 comments on commit 3a031ec

Please sign in to comment.