diff options
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,6 @@ <link rel="stylesheet" href="./views/common/fonts.css"> <link rel="stylesheet" href="./views/common/index.css"> <script src="./views/script/core_head.js"></script> - <script src="./views/script/core_stats.js"></script> <script src="./views/script/core_fullscreen.js"></script> <script> if (native) { @@ -92,6 +91,7 @@ <script src="./views/script/core_chart.js"></script> <script src="./views/script/core_music.js"></script> <script src="./views/script/core_viewer.js"></script> + <script src="./views/script/core_stats.js"></script> <script>info("MainWindow", "Main container up!");if (native){require('@electron/remote').getCurrentWindow().log(" * View loaded, Kartik is now up and running!");}</script> </body> </html> |