1
0
Эх сурвалжийг харах

include ui-commands in the bg page (fix #623)

Gildas 5 жил өмнө
parent
commit
8c69d5e19d

+ 1 - 0
extension/core/bg/background.html

@@ -11,6 +11,7 @@
 	<script src="/dist/single-file.js"></script>
 	<script src="/dist/infobar.js"></script>
 	<script type="module" src="/extension/core/bg/messages.js"></script>
+	<script type="module" src="/extension/ui/bg/ui-commands.js"></script>
 	<script type="module" src="/extension/lib/single-file/fetch/bg/fetch.js"></script>
 	<script type="module" src="/extension/lib/single-file/frame-tree/bg/frame-tree.js"></script>
 	<script type="module" src="/extension/lib/single-file/lazy/bg/lazy-timeout.js"></script>