fix: lint

v1.18.x
Barış Soner Uşaklı 5 years ago
parent beea56b3c6
commit 4b8897d9bc

@ -144,10 +144,10 @@ app.cacheBuster = null;
});
})).then(function (html) {
Object.keys(toRender)
.map(function(k) { return toRender[k]; })
.map(function (k) { return toRender[k]; })
.forEach(function (element, idx) {
element.html(html[idx]);
});
element.html(html[idx]);
});
Unread.initUnreadTopics();
Notifications.prepareDOM();
Chat.prepareDOM();

Loading…
Cancel
Save