mirror of
https://github.com/bakhirev/assayo.git
synced 2024-11-16 08:11:40 +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,
|
||||
});
|
||||
|
||||
const isLocal = window.location.host === 'localhost:3006';
|
||||
const isLocal = window.location.hostname === 'localhost';
|
||||
if (!isLocal && !isMobile && !themeSettings.getConfig()) {
|
||||
this.setTimer();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue