Remove unused editor.css and editor.js imports.

This commit is contained in:
Asaf Gartner 2021-09-05 23:04:37 +03:00
parent b0930dd4f2
commit 7e6b24c214
1 changed files with 0 additions and 4 deletions

View File

@ -1,10 +1,6 @@
{{ template "base.html" . }}
{{ 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>
const previewWorker = new Worker('/assets/editorpreviews.js');