mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 22:09:35 +08:00
9 lines
154 B
JavaScript
9 lines
154 B
JavaScript
window.ENV = { };
|
|
|
|
window.Discourse = {};
|
|
Discourse.SiteSettings = {};
|
|
|
|
window.EmberENV = window.EmberENV || {};
|
|
window.EmberENV['FORCE_JQUERY'] = true;
|
|
|