We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c6b9ac commit 321f69dCopy full SHA for 321f69d
ajax_load.html
@@ -15,8 +15,8 @@
15
<!--[if lt IE 9]>
16
<link rel="stylesheet" href="assets/stylesheets/ie.css" />
17
<![endif]-->
18
-<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js"></script>
19
-<script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.10/jquery-ui.min.js"></script>
+<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js"></script>
+<script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.11/jquery-ui.min.js"></script>
20
<script>
21
if (!window.jQuery) {
22
document.write(unescape('%3Cscript src="assets/javascripts/jquery.js"%3E%3C/script%3E'));
0 commit comments