mirror of
https://github.com/discourse/discourse.git
synced 2026-07-29 23:58:12 -05:00
DEV: removes jquery usage from highlight-syntax (#10564)
This commit is contained in:
@@ -6,6 +6,6 @@ export default Component.extend({
|
||||
@on("didInsertElement")
|
||||
@observes("code")
|
||||
_refresh() {
|
||||
highlightSyntax($(this.element), this.siteSettings, this.session);
|
||||
highlightSyntax(this.element, this.siteSettings, this.session);
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user