Set notif dismiss default display to flex

This commit is contained in:
ClemDee
2019-07-02 12:05:04 +02:00
parent 95959b60c6
commit b713b68e31
3 changed files with 1 additions and 4 deletions

View File

@@ -94,8 +94,6 @@ define([
// add getters to access simply some informations
data.content.isClickable = typeof data.content.handler === "function";
data.content.isDismissible = typeof data.content.dismissHandler === "function";
} else {
// $(el).find('.cp-notification-dismiss').css('display', 'flex'); // XXX
}
},
remove: function (common, data) {