This commit is contained in:
bakhirev 2024-06-27 09:21:51 +03:00
parent a427d841bb
commit 7f4dc72c79
3 changed files with 6 additions and 6 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -19,7 +19,7 @@ class SponsorStore {
close: action, close: action,
}); });
const isLocal = window.location.host === 'localhost:3006'; const isLocal = window.location.hostname === 'localhost';
if (!isLocal && !isMobile && !themeSettings.getConfig()) { if (!isLocal && !isMobile && !themeSettings.getConfig()) {
this.setTimer(); this.setTimer();
} }