Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-09 11:52:54 +01:00
Merge branch 'main' into add_discourse_plugin_statistics
Dieser Commit ist enthalten in:
Commit
5c5624321c
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
|
@ -128,7 +128,7 @@ class ::CustomWizard::UpdateValidator
|
||||||
return @ctx if @ctx
|
return @ctx if @ctx
|
||||||
|
|
||||||
@ctx = PrettyText.v8
|
@ctx = PrettyText.v8
|
||||||
PrettyText.ctx_load(@ctx, "#{Rails.root}/vendor/assets/javascripts/moment.js")
|
@ctx.load("#{Rails.root}/vendor/assets/javascripts/moment.js")
|
||||||
@ctx
|
@ctx
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Laden …
In neuem Issue referenzieren