diff options
Diffstat (limited to 'views/stats.html')
-rw-r--r-- | views/stats.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/stats.html b/views/stats.html index 92183ab..3b23571 100644 --- a/views/stats.html +++ b/views/stats.html @@ -9,7 +9,7 @@ <link rel="stylesheet" href="common/fonts.css"> <link rel="stylesheet" href="common/blur.css"> <script src="../crash/client.js"></script> - <script src="./script/global_compatlayer.js"></script> + <script src="./script/global_compatlayer.js"></script><script src="../typescript/mainloader.js"></script> <script src="../sfx/sfx.js"></script> <script> if (!require('@electron/remote').getCurrentWindow().debug) { |