mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06: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