mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
FIX: Okay, try going back to the old way. Too many exceptions.
This commit is contained in:
parent
0caf6a0f7d
commit
c1f174f554
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ export default class RawHtml {
|
|||
}
|
||||
|
||||
init() {
|
||||
const $html = $.parseHTML(this.html);
|
||||
const $html = $(this.html);
|
||||
this.decorate($html);
|
||||
return $html[0];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue