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) { })).then(function (html) {
Object.keys(toRender) Object.keys(toRender)
.map(function(k) { return toRender[k]; }) .map(function (k) { return toRender[k]; })
.forEach(function (element, idx) { .forEach(function (element, idx) {
element.html(html[idx]); element.html(html[idx]);
}); });
Unread.initUnreadTopics(); Unread.initUnreadTopics();
Notifications.prepareDOM(); Notifications.prepareDOM();
Chat.prepareDOM(); Chat.prepareDOM();

Loading…
Cancel
Save