Skip to content

Commit

Permalink
Update jQuery version used in demo to 1.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cmlenz committed Jul 6, 2013
1 parent a37c90f commit fb821f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/index.html
Expand Up @@ -26,7 +26,7 @@ <h1>jQuery Iframe Transport Demo</h1>
<ul id="filelist">
</ul>
</body>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.0/jquery.js"></script>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.js"></script>
<script src="jquery.iframe-transport.js"></script>
<script src="client.js"></script>
</html>

0 comments on commit fb821f5

Please sign in to comment.