Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-10 12:22:54 +01:00
11 Zeilen
Kein EOL
312 B
JavaScript
11 Zeilen
Kein EOL
312 B
JavaScript
window.Discourse = {}
|
|
window.Wizard = {};
|
|
Wizard.SiteSettings = {};
|
|
Wizard.RAW_TEMPLATES = {};
|
|
Discourse.__widget_helpers = {};
|
|
window.__DISCOURSE_RAW_TEMPLATES = {};
|
|
Discourse.SiteSettings = Wizard.SiteSettings;
|
|
|
|
define("bootbox", ["exports"], function(__exports__) {
|
|
__exports__.default = window.bootbox;
|
|
}); |