aboutsummaryrefslogtreecommitdiff
path: root/race/pause.js
diff options
context:
space:
mode:
authorMinteck <46352972+Minteck@users.noreply.github.com>2021-07-07 17:01:51 +0200
committerMinteck <46352972+Minteck@users.noreply.github.com>2021-07-07 17:01:51 +0200
commitadabd5f0b2d7326958126dc960bf4ef09c9a4e4f (patch)
treecce44ad2c805c5c05a5e89f0aa63ca64b2c9fc30 /race/pause.js
parentce99cfa3de0a74c8ab09c47d9a5295212021d769 (diff)
downloadkartik-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.js2
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();
}
}