diff options
Diffstat (limited to 'views/stats.html')
-rw-r--r-- | views/stats.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/views/stats.html b/views/stats.html index 4d6d01c..dcb4275 100644 --- a/views/stats.html +++ b/views/stats.html @@ -7,7 +7,9 @@ <meta charset="UTF-8"> <title>Kartik</title> <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="../sfx/sfx.js"></script> <script> if (!require('@electron/remote').getCurrentWindow().debug) { |