mirror of
https://github.com/discourse/discourse.git
synced 2025-01-31 16:01:02 +08:00
FIX: Okay, try going back to the old way. Too many exceptions.
This commit is contained in:
parent
0caf6a0f7d
commit
c1f174f554
|
@ -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…
Reference in New Issue
Block a user