Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-10 04:12:53 +01:00
dfe8debda7
This reverts commit f8a8d5a964
.
8 Zeilen
Kein EOL
254 B
JavaScript
8 Zeilen
Kein EOL
254 B
JavaScript
window.Discourse = {}
|
|
window.Wizard = {};
|
|
Wizard.SiteSettings = {};
|
|
Wizard.RAW_TEMPLATES = {};
|
|
Discourse.__widget_helpers = {};
|
|
Discourse.SiteSettings = Wizard.SiteSettings;
|
|
Discourse.Model = Ember.Object.extend();
|
|
Discourse.Site = Ember.Object.extend(); |