0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-25 07:58:49 -05:00

🔥 Remove unused js include on main template.

This commit is contained in:
Andrey Antukh 2019-12-11 14:26:51 +01:00
parent e3cd0d132b
commit 6f894dc757

View file

@ -14,7 +14,6 @@
<section id="modal"></section> <section id="modal"></section>
<script src="/js/cljs_base.js?ts={{& ts}}"></script> <script src="/js/cljs_base.js?ts={{& ts}}"></script>
<script src="/js/common.js?ts={{& ts}}"></script>
<script src="/js/main.js?ts={{& ts}}"></script> <script src="/js/main.js?ts={{& ts}}"></script>
<script>uxbox.main.init()</script> <script>uxbox.main.init()</script>
</body> </body>