Redundancy
This commit is contained in:
parent
61813b28d7
commit
51dee38f95
@ -4807,7 +4807,6 @@
|
|||||||
return alert(el.textContent);
|
return alert(el.textContent);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
clearError: function() {},
|
|
||||||
notifications: [],
|
notifications: [],
|
||||||
cleanNotifications: function() {
|
cleanNotifications: function() {
|
||||||
var notification, _i, _len, _ref;
|
var notification, _i, _len, _ref;
|
||||||
|
|||||||
@ -4791,7 +4791,6 @@
|
|||||||
return alert(el.textContent);
|
return alert(el.textContent);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
clearError: function() {},
|
|
||||||
notifications: [],
|
notifications: [],
|
||||||
cleanNotifications: function() {
|
cleanNotifications: function() {
|
||||||
var notification, _i, _len, _ref;
|
var notification, _i, _len, _ref;
|
||||||
|
|||||||
@ -4794,7 +4794,6 @@
|
|||||||
return alert(el.textContent);
|
return alert(el.textContent);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
clearError: function() {},
|
|
||||||
notifications: [],
|
notifications: [],
|
||||||
cleanNotifications: function() {
|
cleanNotifications: function() {
|
||||||
var notification, _i, _len, _ref;
|
var notification, _i, _len, _ref;
|
||||||
|
|||||||
@ -137,9 +137,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
|
||||||
|
|
||||||
clearError: ->
|
|
||||||
|
|
||||||
|
|
||||||
notifications: []
|
notifications: []
|
||||||
cleanNotifications: ->
|
cleanNotifications: ->
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user