🎉 Add worker base implementation.

This commit is contained in:
Andrey Antukh 2020-04-16 13:49:59 +02:00 committed by Alonso Torres
parent 517b50238e
commit 484702527e
13 changed files with 86 additions and 79 deletions

View file

@ -18,6 +18,7 @@
window.uxboxTranslations = JSON.parse({{& translations }});
window.uxboxThemes = {{& themes }};
</script>
<script src="/js/shared.js?ts={{& ts}}"></script>
<script src="/js/main.js?ts={{& ts}}"></script>
<script>uxbox.main.init()</script>
</body>