Skip to content

Commit

Permalink
test: Change CDN for test scripts to cdnjs
Browse files Browse the repository at this point in the history
  • Loading branch information
pjjonesnz committed Jan 22, 2020
1 parent 609ee1b commit 297c43b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<title>Save My Form 2020 - a jQuery Plugin - Demo</title>
<script
type="text/javascript"
src="//code.jquery.com/jquery-1.8.0.min.js"
src="//cdnjs.cloudflare.com/ajax/libs/jquery/1.8.3/jquery.min.js"
></script>
<script type="text/javascript" src="../src/ie8.support.js"></script>
<script
Expand Down
6 changes: 3 additions & 3 deletions demo/jquery_ui_demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
<title>Save My Form 2020 - a jQuery Plugin - jQuery UI Demo</title>
<script
type="text/javascript"
src="//code.jquery.com/jquery-1.8.0.min.js"
src="//cdnjs.cloudflare.com/ajax/libs/jquery/1.8.3/jquery.min.js"
></script>
<script
type="text/javascript"
src="//code.jquery.com/ui/1.12.1/jquery-ui.js"
src="//cdnjs.cloudflare.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.js"
></script>
<link
rel="stylesheet"
href="//code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css"
href="//cdnjs.cloudflare.com/ajax/libs/jqueryui/1.12.1/themes/base/jquery-ui.min.css"
/>
<script type="text/javascript" src="../src/ie8.support.js"></script>
<script
Expand Down

0 comments on commit 297c43b

Please sign in to comment.