Operationnal dismissAll button & code restructuring

This commit is contained in:
ClemDee
2019-06-27 11:25:31 +02:00
parent 8c2903892b
commit 0f372b2ed5
3 changed files with 57 additions and 34 deletions

View File

@@ -93,7 +93,6 @@ define([
var el;
if (data.type === 'notifications') {
Notifications.add(Common, data);
console.log(data);
el = createElement(data);
}
f(data, el);