mirror of
https://github.com/discourse/discourse.git
synced 2026-09-05 04:40:41 -05:00
Many fixes for Ember 1.9.0
This commit is contained in:
@@ -1,9 +1,4 @@
|
||||
|
||||
// These will help us migrate up to the new ember's default behavior
|
||||
window.ENV = {
|
||||
MANDATORY_SETTER: false,
|
||||
FEATURES: {'query-params-new': true}
|
||||
};
|
||||
window.ENV = { };
|
||||
|
||||
window.Discourse = {};
|
||||
Discourse.SiteSettings = {};
|
||||
|
||||
Reference in New Issue
Block a user