We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents da4155e + a60ad5d commit 64c9d5cCopy full SHA for 64c9d5c
index.php
@@ -74,7 +74,7 @@
74
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
75
<title>Debug Console</title>
76
<link rel="stylesheet" type="text/css" href="styles.css" />
77
- <script src="jquery-1.7.1.min.js"></script>
+ <script src="jquery-1.9.1.min.js"></script>
78
<script src="ace/ace.js" charset="utf-8"></script>
79
<script src="ace/mode-php.js" charset="utf-8"></script>
80
<script src="php-console.js"></script>
0 commit comments