remove empty lines

This commit is contained in:
daria 2026-04-28 12:09:10 +03:00
parent a78efce9fb
commit bf79d7a55c
No known key found for this signature in database
GPG Key ID: 3B75240E6B2F2701

View File

@ -952,11 +952,9 @@ define([
$messagebox.append(el_message);
});
normalizeLabels($messagebox);
common.getAttribute(['general', 'chat', 'cleared', id], function (err, val) {
if (val) { showBanner($(chatbox), id); }
});
var roomEl = markup.room(id, room, list);
var $parentEl;