This commit is contained in:
Thomas Lovén 2019-09-21 09:23:41 +02:00
parent 409a2fbf1e
commit ccacd38192
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -189,7 +189,7 @@ class BrowserMod {
if(!msg.card) return; if(!msg.card) return;
const fn = () => { const fn = () => {
popUp(msg.title, msg.card, msg.large, msg.style, msg.auto_close); popUp(msg.title, msg.card, msg.large, msg.style, msg.auto_close);
if(auto_close) if(msg.auto_close)
this.autoclose_popup_active = true; this.autoclose_popup_active = true;
}; };
if(msg.auto_close && msg.time) { if(msg.auto_close && msg.time) {