Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-10 12:22:54 +01:00
6 Zeilen
172 B
JavaScript
6 Zeilen
172 B
JavaScript
/* eslint no-undef: 0*/
|
|
window.Discourse = {};
|
|
window.Wizard = {};
|
|
Wizard.SiteSettings = {};
|
|
Discourse.__widget_helpers = {};
|
|
Discourse.SiteSettings = Wizard.SiteSettings;
|