mirror of
https://github.com/discourse/discourse.git
synced 2025-06-12 18:44:12 +08:00
FIX: Okay, try going back to the old way. Too many exceptions.
This commit is contained in:
@ -4,7 +4,7 @@ export default class RawHtml {
|
|||||||
}
|
}
|
||||||
|
|
||||||
init() {
|
init() {
|
||||||
const $html = $.parseHTML(this.html);
|
const $html = $(this.html);
|
||||||
this.decorate($html);
|
this.decorate($html);
|
||||||
return $html[0];
|
return $html[0];
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user