Bugfix
This commit is contained in:
parent
409a2fbf1e
commit
ccacd38192
File diff suppressed because one or more lines are too long
@ -189,7 +189,7 @@ class BrowserMod {
|
||||
if(!msg.card) return;
|
||||
const fn = () => {
|
||||
popUp(msg.title, msg.card, msg.large, msg.style, msg.auto_close);
|
||||
if(auto_close)
|
||||
if(msg.auto_close)
|
||||
this.autoclose_popup_active = true;
|
||||
};
|
||||
if(msg.auto_close && msg.time) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user