diff options
author | Minteck <46352972+Minteck@users.noreply.github.com> | 2021-07-07 17:01:51 +0200 |
---|---|---|
committer | Minteck <46352972+Minteck@users.noreply.github.com> | 2021-07-07 17:01:51 +0200 |
commit | adabd5f0b2d7326958126dc960bf4ef09c9a4e4f (patch) | |
tree | cce44ad2c805c5c05a5e89f0aa63ca64b2c9fc30 /race/pause.js | |
parent | ce99cfa3de0a74c8ab09c47d9a5295212021d769 (diff) | |
download | kartik-client-adabd5f0b2d7326958126dc960bf4ef09c9a4e4f.tar.gz kartik-client-adabd5f0b2d7326958126dc960bf4ef09c9a4e4f.tar.bz2 kartik-client-adabd5f0b2d7326958126dc960bf4ef09c9a4e4f.zip |
Update!
Diffstat (limited to 'race/pause.js')
-rw-r--r-- | race/pause.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/race/pause.js b/race/pause.js index d1ee002..92a78a6 100644 --- a/race/pause.js +++ b/race/pause.js @@ -27,7 +27,6 @@ startHooks.push(() => { paused = true; document.getElementById('box').classList.add('paused'); $("#paused").show(); - $("#credits").show(); } else { if (location.search === "?sp") { require('@electron/remote').getCurrentWindow().dstate = lang.discord.game[0]; @@ -53,7 +52,6 @@ startHooks.push(() => { paused = false; document.getElementById('box').classList.remove('paused'); $("#paused").hide(); - $("#credits").hide(); } } |