mirror of
https://github.com/bakhirev/assayo.git
synced 2024-11-16 16:21:41 +00:00
update
This commit is contained in:
parent
a427d841bb
commit
7f4dc72c79
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…
Reference in a new issue