0
0
Fork 1
Spiegel von https://github.com/paviliondev/discourse-custom-wizard.git synchronisiert 2024-09-20 15:51:11 +02:00
discourse-custom-wizard/assets/javascripts/wizard-custom-lib.js

7 Zeilen
203 B
JavaScript

window.Discourse = {}
window.Wizard = {};
Wizard.SiteSettings = {};
Wizard.RAW_TEMPLATES = {};
Discourse.__widget_helpers = {};
2019-11-20 13:08:04 +01:00
Discourse.RAW_TEMPLATES = {};
Discourse.SiteSettings = Wizard.SiteSettings;