Little fixup to the uhtml code

This commit is contained in:
Bär Halberkamp 2015-09-25 04:26:14 +02:00
parent e912b73ac7
commit 8580122cc2

View File

@ -1104,7 +1104,7 @@
break;
case 'uhtmlchange':
var $elements = $(this.$chat.find('div.uhtml-' + toId(row[1]) + '"'));
var $elements = this.$chat.find('div.uhtml-' + toId(row[1]));
if (!$elements.length) break;
$elements.html(Tools.sanitizeHTML(row.slice(2).join('|')));
break;