mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-24 16:18:42 -05:00
8 lines
154 B
JavaScript
8 lines
154 B
JavaScript
window.ENV = { };
|
|
|
|
window.Discourse = {};
|
|
Discourse.SiteSettings = {};
|
|
|
|
window.EmberENV = window.EmberENV || {};
|
|
window.EmberENV['FORCE_JQUERY'] = true;
|
|
|