Skip to content

Commit

Permalink
Update jQuery and SockJS
Browse files Browse the repository at this point in the history
  • Loading branch information
Zarel committed Mar 24, 2014
1 parent 0e927e3 commit 96a69a8
Show file tree
Hide file tree
Showing 12 changed files with 33 additions and 20,982 deletions.
4 changes: 2 additions & 2 deletions index.template.html
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ <h3><button class="closebutton" tabindex="-1"><i class="icon-remove-sign"></i></
<script>
document.getElementById('loading-message').innerHTML += ' DONE<br />Loading libraries...';
</script>
<script src="//play.pokemonshowdown.com/js/lib/jquery-2.0.3.min.js"></script>
<script src="//play.pokemonshowdown.com/js/lib/jquery-2.1.0.min.js"></script>
<script src="//play.pokemonshowdown.com/js/lib/jquery-cookie.js"></script>
<script src="//play.pokemonshowdown.com/js/lib/autoresize.jquery.min.js?"></script>
<script src="//play.pokemonshowdown.com/js/lib/jquery.json-2.3.min.js"></script>
Expand All @@ -114,7 +114,7 @@ <h3><button class="closebutton" tabindex="-1"><i class="icon-remove-sign"></i></
<script src="//play.pokemonshowdown.com/data/pokedex-mini.js?"></script>
<script src="//play.pokemonshowdown.com/data/typechart.js?"></script>
<script src="//play.pokemonshowdown.com/js/battle.js?"></script>
<script src="//play.pokemonshowdown.com/js/lib/sockjs-0.3.min.js"></script>
<script src="//play.pokemonshowdown.com/js/lib/sockjs-0.3.4.min.js"></script>

<script>
document.getElementById('loading-message').innerHTML += ' DONE<br />Loading client...';
Expand Down
Loading

0 comments on commit 96a69a8

Please sign in to comment.