Skip to content

Commit d71ae5f

Browse files
committed
updated to use jquery-ui.min.js from a cdn w/ long expires header
1 parent 069d08d commit d71ae5f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

prefetch-demo.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html>
33
<head>
44
<title>Prefetch Demo</title>
5-
<script type="text/javascript" charset="utf-8" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
5+
<script type="text/javascript" charset="utf-8" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script>
66
<script type="text/javascript" charset="utf-8" src="jquery.prefetch.js"></script>
77
</head>
88
<body>
@@ -16,7 +16,7 @@ <h1>Prefetch Demo</h1>
1616
</ol>
1717

1818
<script>
19-
$(window).prefetch('http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.19/jquery-ui.min.js');
19+
$(window).prefetch('http://wm.wcdn.in/ext/prezos/custom-events-and-prefetch/jquery-ui.min.js');
2020
$(window).prefetch('http://wm.wcdn.in/img/ui/webmocha_logo.png', 4000);
2121
</script>
2222

0 commit comments

Comments
 (0)