mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-02 12:00:10 +08:00
removing auto refresh
This commit is contained in:
parent
6ffb9fd7fb
commit
0a88753723
1 changed files with 1 additions and 4 deletions
|
@ -639,10 +639,7 @@ function setEnableAds(val, nosave) {
|
|||
val = "off";
|
||||
}
|
||||
config.enableAds = val;
|
||||
if (!nosave)
|
||||
saveConfigToCookie().then(() => {
|
||||
setTimeout(location.reload(), 500);
|
||||
});
|
||||
if (!nosave) saveConfigToCookie();
|
||||
}
|
||||
|
||||
//flip colors
|
||||
|
|
Loading…
Reference in a new issue