mirror of
https://github.com/bakhirev/assayo.git
synced 2025-09-02 10:40:16 +00:00
update
This commit is contained in:
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
|
@ -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();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue