Update jQuery to 1.9.1

This commit is contained in:
Spencer Williams
2013-05-04 15:51:01 -06:00
parent da4155e485
commit a60ad5d15a
3 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -74,7 +74,7 @@ if (isset($_POST['code'])) {
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>Debug Console</title>
<link rel="stylesheet" type="text/css" href="styles.css" />
<script src="jquery-1.7.1.min.js"></script>
<script src="jquery-1.9.1.min.js"></script>
<script src="ace/ace.js" charset="utf-8"></script>
<script src="ace/mode-php.js" charset="utf-8"></script>
<script src="php-console.js"></script>
-4
View File
File diff suppressed because one or more lines are too long
+5
View File
File diff suppressed because one or more lines are too long