aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorMinteck <nekostarfan@gmail.com>2021-06-05 21:03:47 +0200
committerMinteck <nekostarfan@gmail.com>2021-06-05 21:03:47 +0200
commit4ec6f33be6130705b81f19fdc9e2fe01b4a3e7e2 (patch)
tree5b302015939c129ea7fdffc9560fdd89e2547039 /index.html
parent97ebd65491420363f74ae9e5e6bf77495a37172f (diff)
downloadkartik-client-4ec6f33be6130705b81f19fdc9e2fe01b4a3e7e2.tar.gz
kartik-client-4ec6f33be6130705b81f19fdc9e2fe01b4a3e7e2.tar.bz2
kartik-client-4ec6f33be6130705b81f19fdc9e2fe01b4a3e7e2.zip
Stats presque fini
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>