v1.0.16 (#51)
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
', toolbar=0, menubar=0, status=0'
|
||||
);
|
||||
const timer = setInterval(() => {
|
||||
if (newWindow.closed) {
|
||||
if (newWindow?.closed) {
|
||||
clearInterval(timer);
|
||||
browser && location.reload()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user