mirror of
https://github.com/smogon/pokemon-showdown-client.git
synced 2026-04-24 23:30:37 -05:00
Little fixup to the uhtml code
This commit is contained in:
parent
e912b73ac7
commit
8580122cc2
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user