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 dcb4275..018e164 100644 --- a/views/stats.html +++ b/views/stats.html @@ -29,7 +29,7 @@ <div id="box" style="display: none;background:#222;position:fixed;top:0;left:0;right:0;bottom:0;"> <div style="position:fixed;top:0;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center;"> <div style="text-align: center;"> - <h2><script>const homedir = require('@electron/remote').getCurrentWindow().homedir;document.write(lang.stats.title);stats=require(homedir + "/.kartik/stats.json")</script></h2> + <h2><script>let homedir = require('@electron/remote').getCurrentWindow().homedir;document.write(lang.stats.title);stats=require(homedir + "/.kartik/stats.json")</script></h2> <div style="display:grid;grid-template-columns: 1fr 1fr;"> <div style="padding:10px;text-align:left;"><b><script>document.write(lang.stats.items['times.single'])</script></b></div> |