summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorTimotej Lazar <timotej.lazar@araneo.org>2015-09-30 21:10:09 +0200
committerTimotej Lazar <timotej.lazar@araneo.org>2015-09-30 21:10:09 +0200
commit23d0fcbd4d152f2cc19a09e2d776e694ca73d42a (patch)
tree20101f33568d29cf25bb2b9545af2911e4043c3e /index.html
parent854a6f88fe5570c4eb22208284bbe621390110f7 (diff)
Remove CodeMirror panel addon
Diffstat (limited to 'index.html')
-rw-r--r--index.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/index.html b/index.html
index 15885a6..618711e 100644
--- a/index.html
+++ b/index.html
@@ -457,7 +457,6 @@
<!-- CodeMirror stuff -->
<script src="js/codemirror/codemirror.js"></script>
<script src="js/codemirror/matchbrackets.js"></script>
- <script src="js/codemirror/panel.js"></script>
<script src="js/codemirror/prolog.js"></script>
<script src="js/codemirror/python.js"></script>
<script src="js/codemirror/show-hint.js"></script>