File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 44< head >
55 < meta charset ="utf8 ">
66 < 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 ">
88 < 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 >
1010
1111</ head >
1212
@@ -56,7 +56,7 @@ <h1>Online SQL interpreter</h1>
5656 < pre id ="output "> Results will be displayed here</ pre >
5757 </ main >
5858
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 >
6060
6161 < footer >
6262 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