mirror of
https://github.com/lil-org/tokenary.git
synced 2025-01-08 14:49:38 +03:00
Reload page on interactive document state
This commit is contained in:
parent
b9176c61cc
commit
11a4ec256e
@ -4,7 +4,7 @@ if (window.location.href.startsWith("https://tokenary.io/blank")) {
|
||||
browser.runtime.sendMessage({ subject: "wakeUp" });
|
||||
}
|
||||
|
||||
if (document.readyState === "complete") {
|
||||
if (document.readyState != "loading") {
|
||||
window.location.reload();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user