Redundancy
This commit is contained in:
parent
61813b28d7
commit
51dee38f95
@ -4807,7 +4807,6 @@
|
||||
return alert(el.textContent);
|
||||
}
|
||||
},
|
||||
clearError: function() {},
|
||||
notifications: [],
|
||||
cleanNotifications: function() {
|
||||
var notification, _i, _len, _ref;
|
||||
|
||||
@ -4791,7 +4791,6 @@
|
||||
return alert(el.textContent);
|
||||
}
|
||||
},
|
||||
clearError: function() {},
|
||||
notifications: [],
|
||||
cleanNotifications: function() {
|
||||
var notification, _i, _len, _ref;
|
||||
|
||||
@ -4794,7 +4794,6 @@
|
||||
return alert(el.textContent);
|
||||
}
|
||||
},
|
||||
clearError: function() {},
|
||||
notifications: [],
|
||||
cleanNotifications: function() {
|
||||
var notification, _i, _len, _ref;
|
||||
|
||||
@ -137,9 +137,6 @@ QR =
|
||||
else
|
||||
QR.notifications.push new Notification 'warning', el
|
||||
alert el.textContent if d.hidden
|
||||
|
||||
clearError: ->
|
||||
|
||||
|
||||
notifications: []
|
||||
cleanNotifications: ->
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user