mirror of
https://github.com/discourse/discourse.git
synced 2025-05-23 21:31:04 +08:00
FIX: Use proper iconNode
when compiling virtual dom templates
This commit is contained in:
@ -7,6 +7,7 @@ const Discourse = Ember.Application.extend({
|
||||
rootElement: '#main',
|
||||
_docTitle: document.title,
|
||||
RAW_TEMPLATES: {},
|
||||
__widget_helpers: {},
|
||||
|
||||
getURL(url) {
|
||||
if (!url) return url;
|
||||
|
Reference in New Issue
Block a user