Rename .js.es6 to .js in the admin application
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
import Component from "@ember/component";
|
||||
import { on, observes } from "discourse-common/utils/decorators";
|
||||
import highlightSyntax from "discourse/lib/highlight-syntax";
|
||||
|
||||
export default Component.extend({
|
||||
@on("didInsertElement")
|
||||
@observes("code")
|
||||
_refresh: function() {
|
||||
highlightSyntax($(this.element));
|
||||
}
|
||||
});
|
||||
Reference in New Issue
Block a user