Update index.html

This commit is contained in:
Anonymus Raccoon
2019-04-25 09:32:11 +02:00
committed by GitHub
parent 89afdf7a73
commit a730692140
+3 -2
View File
@@ -7,7 +7,8 @@
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.2/css/all.css" integrity="sha384-fnmOCqbTlWIlj8LyTjo7mOUStjsKC4pOpQbqyi7RrhN7udi9RwhKkMHpvLbHG9Sr" crossorigin="anonymous">
<script>if (typeof module === 'object') { window.module = module; module = undefined; }</script>
<script src="../../node_modules/jquery/dist/jquery.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.0/jquery.min.js"><script>
//<script src="../../node_modules/jquery/dist/jquery.min.js"></script>
<script>if (window.module) module = window.module;</script>
<script src="../js/electron-specific.js"></script> <!--Using this script because electrons scripts cant be compiled-->
@@ -29,4 +30,4 @@
<div id="content" />
</body>
</html>
</html>