discourse/app/assets/javascripts/env.js

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 = {};