Skip to content

Commit 9138f06

Browse files
committed
update codemirror to 5.58.1 in the demo
1 parent 43b050e commit 9138f06

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/GUI/index.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
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>).

0 commit comments

Comments
 (0)