Merge pull request #14 from enderandpeter/jqueryupdate

Update jQuery to 1.9.1
This commit is contained in:
Jordi Boggiano
2013-05-05 00:47:02 -07:00
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" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>Debug Console</title> <title>Debug Console</title>
<link rel="stylesheet" type="text/css" href="styles.css" /> <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/ace.js" charset="utf-8"></script>
<script src="ace/mode-php.js" charset="utf-8"></script> <script src="ace/mode-php.js" charset="utf-8"></script>
<script src="php-console.js"></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