mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-24 08:09:13 -05:00
9 lines
207 B
JavaScript
9 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 = {};
|