Close #285
This commit is contained in:
parent
914fe88e75
commit
918d364fc1
@ -7114,9 +7114,8 @@
|
|||||||
QR.notifications.push(new Notification('warning', el));
|
QR.notifications.push(new Notification('warning', el));
|
||||||
}
|
}
|
||||||
if (d.hidden) {
|
if (d.hidden) {
|
||||||
alert(el.textContent);
|
return alert(el.textContent);
|
||||||
}
|
}
|
||||||
return QR.notifications.push(new Notification('warning', el));
|
|
||||||
},
|
},
|
||||||
notifications: [],
|
notifications: [],
|
||||||
cleanNotifications: function() {
|
cleanNotifications: function() {
|
||||||
|
|||||||
@ -7098,9 +7098,8 @@
|
|||||||
QR.notifications.push(new Notification('warning', el));
|
QR.notifications.push(new Notification('warning', el));
|
||||||
}
|
}
|
||||||
if (d.hidden) {
|
if (d.hidden) {
|
||||||
alert(el.textContent);
|
return alert(el.textContent);
|
||||||
}
|
}
|
||||||
return QR.notifications.push(new Notification('warning', el));
|
|
||||||
},
|
},
|
||||||
notifications: [],
|
notifications: [],
|
||||||
cleanNotifications: function() {
|
cleanNotifications: function() {
|
||||||
|
|||||||
@ -7101,9 +7101,8 @@
|
|||||||
QR.notifications.push(new Notification('warning', el));
|
QR.notifications.push(new Notification('warning', el));
|
||||||
}
|
}
|
||||||
if (d.hidden) {
|
if (d.hidden) {
|
||||||
alert(el.textContent);
|
return alert(el.textContent);
|
||||||
}
|
}
|
||||||
return QR.notifications.push(new Notification('warning', el));
|
|
||||||
},
|
},
|
||||||
notifications: [],
|
notifications: [],
|
||||||
cleanNotifications: function() {
|
cleanNotifications: function() {
|
||||||
|
|||||||
@ -141,7 +141,6 @@ QR =
|
|||||||
else
|
else
|
||||||
QR.notifications.push new Notification 'warning', el
|
QR.notifications.push new Notification 'warning', el
|
||||||
alert el.textContent if d.hidden
|
alert el.textContent if d.hidden
|
||||||
QR.notifications.push new Notification 'warning', el
|
|
||||||
|
|
||||||
notifications: []
|
notifications: []
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user