Skip to content

Commit 8a6c01a

Browse files
authored
Update index.html
1 parent 4d452da commit 8a6c01a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

browserAction/index.html

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
11
<!doctype html>
22
<meta charset=utf-8>
33
<link href=../share/codemirror/lib/codemirror.css rel=stylesheet>
4-
<link href=../share/codemirror/addon/lint/lint.css rel=stylesheet>
54
<link href=../share/codemirror/theme/monokai.css rel=stylesheet>
65
<link href=style.css rel=stylesheet>
76
<script src=../share/codemirror/lib/codemirror.js></script>
87
<script src=../share/codemirror/mode/javascript/javascript.js></script>
9-
<script src=../share/codemirror/addon/lint/lint.js></script>
10-
<script src=../share/codemirror/addon/lint/javascript-lint.js></script>
118
<script src=../share/codemirror/addon/edit/matchbrackets.js></script>
129
<textarea id=javascript rows=20>
1310
</textarea>

0 commit comments

Comments
 (0)