Misc theme fixes
This commit is contained in:
parent
ec7919c9e5
commit
e73d28a8f6
24 changed files with 308 additions and 26 deletions
|
|
@ -2,7 +2,7 @@
|
|||
<script type="module" defer>
|
||||
import {UI, Trigger} from "/js/{{ .VERSION }}/trigger_edit.mjs"
|
||||
|
||||
window._ui = new UI({{ .VERSION }})
|
||||
window._ui = new UI({{ .VERSION }}, {{ .CONFIG.THEME }})
|
||||
let trigger = new Trigger(
|
||||
{{ .Data.Trigger.ID }},
|
||||
'{{ .Data.Trigger.Name }}',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue