aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index a484514..737ddf3 100644
--- a/index.html
+++ b/index.html
@@ -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>