1
0
mirror of https://github.com/lus/pasty.git synced 2023-08-10 21:13:09 +03:00

Refactor frontend JavaScript

This commit is contained in:
Lukas SP
2020-08-24 18:00:04 +02:00
parent 5149434cff
commit 01f2cfcb6d
5 changed files with 141 additions and 131 deletions

View File

@@ -63,8 +63,6 @@
</div>
</div>
<script src="//cdn.jsdelivr.net/gh/highlightjs/cdn-release@10.1.2/build/highlight.min.js"></script>
<script src="js/rest.js"></script>
<script src="js/buttons.js"></script>
<script src="js/autoload.js"></script>
<script src="js/autoload.js" type="module"></script>
</body>
</html>