File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 4
4
< head >
5
5
< meta charset ="utf8 ">
6
6
< title > sql.js demo: Online SQL interpreter</ title >
7
- < link rel ="stylesheet " href ="https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.46.0 /codemirror.css ">
7
+ < link rel ="stylesheet " href ="https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.58.1 /codemirror.css ">
8
8
< link rel ="stylesheet " href ="demo.css ">
9
- < script src ="https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.46.0 /codemirror.js "> </ script >
9
+ < script src ="https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.58.1 /codemirror.js "> </ script >
10
10
11
11
</ head >
12
12
@@ -56,7 +56,7 @@ <h1>Online SQL interpreter</h1>
56
56
< pre id ="output "> Results will be displayed here</ pre >
57
57
</ main >
58
58
59
- < script src ="https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.46.0 /mode/sql/sql.min.js "> </ script >
59
+ < script src ="https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.58.1 /mode/sql/sql.min.js "> </ script >
60
60
61
61
< footer >
62
62
Original work by kripken (< a href ='https://github.com/sql-js/sql.js '> sql.js</ a > ).
You can’t perform that action at this time.
0 commit comments