aboutsummaryrefslogtreecommitdiff
path: root/race/pause.js
diff options
context:
space:
mode:
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();
}
}