mirror of
https://github.com/discourse/discourse.git
synced 2025-05-24 03:36:18 +08:00
FEATURE: Merge tagging plugin into core
This commit is contained in:
@ -11,6 +11,7 @@ var _pluginCallbacks = [];
|
||||
window.Discourse = Ember.Application.createWithMixins(Discourse.Ajax, {
|
||||
rootElement: '#main',
|
||||
_docTitle: document.title,
|
||||
__TAGS_INCLUDED__: true,
|
||||
|
||||
getURL: function(url) {
|
||||
if (!url) return url;
|
||||
|
Reference in New Issue
Block a user