ui: spot improvs
This commit is contained in:
parent
420071c436
commit
acb679cf18
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ function EmptyPage() {
|
|||
let int: any;
|
||||
const v = localStorage.getItem(extKey);
|
||||
if (v) {
|
||||
setExtExist(false);
|
||||
setExtExist(true);
|
||||
} else {
|
||||
int = setInterval(() => {
|
||||
window.postMessage({ type: 'orspot:ping' }, '*');
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue