Skip to content

Commit ecd5355

Browse files
committed
1 parent 1e9a3da commit ecd5355

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/custom_wizard/validators/update.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ def v8
132132
return @ctx if @ctx
133133

134134
@ctx = PrettyText.v8
135-
@ctx.load("#{Rails.root}/vendor/assets/javascripts/moment.js")
135+
@ctx.load("#{Rails.root}/app/assets/javascripts/discourse/node_modules/moment/moment.js")
136136
@ctx
137137
end
138138
end

plugin.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# frozen_string_literal: true
22
# name: discourse-custom-wizard
33
# about: Forms for Discourse. Better onboarding, structured posting, data enrichment, automated actions and much more.
4-
# version: 2.11.4
4+
# version: 2.11.5
55
# authors: Angus McLeod, Faizaan Gagan, Robert Barrow, Keegan George, Kaitlin Maddever, Marcos Gutierrez
66
# url: https://github.com/paviliondev/discourse-custom-wizard
77
# contact_emails: [email protected]

0 commit comments

Comments
 (0)