mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 14:54:48 +08:00
10 lines
207 B
JavaScript
10 lines
207 B
JavaScript
|
|
// These will help us migrate up to the new ember's default behavior
|
|
window.ENV = {
|
|
MANDATORY_SETTER: false,
|
|
FEATURES: {'query-params-new': true}
|
|
};
|
|
|
|
window.Discourse = {};
|
|
Discourse.SiteSettings = {};
|