Fix reload issue on delete all notification link press

This commit is contained in:
Pierre 2018-04-20 07:52:16 +02:00
parent 590e538741
commit 94b2406d89

View File

@ -93,7 +93,6 @@ ComunicWeb.components.notifications.dropdown = {
var deleteAllLink = createElem2({ var deleteAllLink = createElem2({
appendTo: dropdownBottom, appendTo: dropdownBottom,
type: "a", type: "a",
href: "#",
innerHTML: "Delete all" innerHTML: "Delete all"
}); });