Upgrade to jQuery 2.0.0

This commit is contained in:
Cathy J. Fitzpatrick
2013-04-20 05:42:59 -06:00
parent 4e35bab1c5
commit c52a0e261b
6 changed files with 11 additions and 9 deletions

View File

@@ -42,7 +42,7 @@ if (!in_array(@$config['serverprotocol'], array('io', 'eio'))) {
}
?>
<!DOCTYPE html>
<script src="/js/jquery-1.9.0.min.js"></script>
<script src="/js/jquery-2.0.0.min.js"></script>
<script src="/js/jquery-cookie.js"></script>
<script src="/js/jquery.json-2.3.min.js"></script>
<script>

View File

@@ -79,7 +79,7 @@
<script>
document.getElementById('loading-message').innerHTML += ' DONE<br />Loading libraries...';
</script>
<script src="//play.pokemonshowdown.com/js/jquery-1.9.0.min.js"></script>
<script src="//play.pokemonshowdown.com/js/jquery-2.0.0.min.js"></script>
<script src="//play.pokemonshowdown.com/js/jquery-cookie.js"></script>
<script src="//play.pokemonshowdown.com/js/autoresize.jquery.min.js"></script>
<script src="//play.pokemonshowdown.com/js/jquery.json-2.3.min.js"></script>

File diff suppressed because one or more lines are too long

6
js/jquery-2.0.0.min.js vendored Normal file

File diff suppressed because one or more lines are too long

View File

@@ -8,7 +8,7 @@
<link rel="stylesheet" href="/style/sim-types.css" />
<link rel="stylesheet" href="/style/battle.css" />
<link rel="stylesheet" href="/style/replayer.css" />
<script src="/js/jquery-1.9.0.min.js"></script>
<script src="/js/jquery-2.0.0.min.js"></script>
<script src="/js/autoresize.jquery.min.js"></script>
<script src="/js/jquery-cookie.js"></script>
<script src="/js/jquery.json-2.3.min.js"></script>
@@ -52,4 +52,4 @@ function update()
update();
</script>
</body>
</html>
</html>

View File

@@ -83,7 +83,7 @@
<script>
document.getElementById('loading-message').innerHTML += ' DONE<br />Loading libraries...';
</script>
<script src="js/jquery-1.9.0.min.js"></script>
<script src="js/jquery-2.0.0.min.js"></script>
<script src="js/autoresize.jquery.min.js"></script>
<script src="js/jquery-cookie.js"></script>
<script src="js/jquery.json-2.3.min.js"></script>