Remove unused editor.css and editor.js imports.
This commit is contained in:
parent
b0930dd4f2
commit
7e6b24c214
|
@ -1,10 +1,6 @@
|
||||||
{{ template "base.html" . }}
|
{{ template "base.html" . }}
|
||||||
|
|
||||||
{{ define "extrahead" }}
|
{{ define "extrahead" }}
|
||||||
{{/* TODO: These are no longer useful? */}}
|
|
||||||
<link rel="stylesheet" href="{{ static "editor.css" }}" />
|
|
||||||
<script src="{{ static "editor.js" }}"></script>
|
|
||||||
|
|
||||||
<script src="{{ static "go_wasm_exec.js" }}"></script>
|
<script src="{{ static "go_wasm_exec.js" }}"></script>
|
||||||
<script>
|
<script>
|
||||||
const previewWorker = new Worker('/assets/editorpreviews.js');
|
const previewWorker = new Worker('/assets/editorpreviews.js');
|
||||||
|
|
Loading…
Reference in New Issue