This repository has been archived on 2023-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
osr-discourse-src/app/assets/javascripts/env.js
2014-04-17 10:52:57 -04:00

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