diff options
author | Sébastien Dailly <sebastien@chimrod.com> | 2021-02-06 13:38:33 +0100 |
---|---|---|
committer | Sébastien Dailly <sebastien@dailly.me> | 2022-02-07 16:43:33 +0100 |
commit | cdd83641518d9b20e81f71e6a30bfe73866df2e8 (patch) | |
tree | 6521138cfa8b483fb55e9fb0bf47a33363d48d0c /editor/index.html | |
parent | 898ae8a6f54418c792f7673298d698e356e8cab6 (diff) |
Added prosemirror deps
Diffstat (limited to 'editor/index.html')
-rwxr-xr-x | editor/index.html | 2 |
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> |