0
0
Fork 1
Spiegel von https://github.com/paviliondev/discourse-custom-wizard.git synchronisiert 2024-09-19 15:21:11 +02:00

Update raw template global in erb

Dieser Commit ist enthalten in:
Angus McLeod 2020-07-09 13:15:23 +10:00
Ursprung f0edc18804
Commit bb85b3a0d2

Datei anzeigen

@ -21,7 +21,7 @@ Discourse.unofficial_plugins.each do |plugin|
result << "
(function() {
if ('Wizard' in window) {
Discourse.RAW_TEMPLATES['javascripts/#{name}'] = requirejs('discourse-common/lib/raw-handlebars').template(#{compiled});
window.__DISCOURSE_RAW_TEMPLATES['javascripts/#{name}'] = requirejs('discourse-common/lib/raw-handlebars').template(#{compiled});
}
})();
"