Fix missing script on the old setting page (#1281)

This commit is contained in:
toasted-nutbread 2021-01-20 20:16:54 -05:00 committed by GitHub
parent d668b653a6
commit 974aef4d2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1291,6 +1291,7 @@
<script src="/mixed/js/document-util.js"></script>
<script src="/mixed/js/dom-data-binder.js"></script>
<script src="/mixed/js/html-template-collection.js"></script>
<script src="/mixed/js/hotkey-util.js"></script>
<script src="/mixed/js/object-property-accessor.js"></script>
<script src="/mixed/js/selector-observer.js"></script>
<script src="/mixed/js/task-accumulator.js"></script>