summaryrefslogtreecommitdiff
path: root/editor/index.html
diff options
context:
space:
mode:
authorSébastien Dailly <sebastien@chimrod.com>2021-02-06 13:38:33 +0100
committerSébastien Dailly <sebastien@dailly.me>2022-02-07 16:43:33 +0100
commitcdd83641518d9b20e81f71e6a30bfe73866df2e8 (patch)
tree6521138cfa8b483fb55e9fb0bf47a33363d48d0c /editor/index.html
parent898ae8a6f54418c792f7673298d698e356e8cab6 (diff)
Added prosemirror deps
Diffstat (limited to 'editor/index.html')
-rwxr-xr-xeditor/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/index.html b/editor/index.html
index 7f3a070..9f7189b 100755
--- a/editor/index.html
+++ b/editor/index.html
@@ -110,7 +110,7 @@
-<script src="prosemirror.js"></script>
+<script src="/resources/prosemirror.js"></script>
<noscript>Sorry, you need to enable JavaScript to see this page.</noscript>
<script id="script" type="text/javascript" defer="defer" src="editor.js"></script>