Skip to content

Commit a313d4e

Browse files
committed
Minor fixes
1 parent bda625f commit a313d4e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules/backend/formwidgets/recordfinder/assets/js/recordfinder.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
this.$el = $(element)
2424

2525
this.$el.on('dblclick', function () {
26-
$('.btn:first', this.$el).trigger('click')
26+
$('.btn:first', self.$el).trigger('click')
2727
})
2828
}
2929

modules/backend/models/editorsetting/fields.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ tabs:
77

88
html_custom_styles:
99
label: backend::lang.editor.custom_styles
10-
comment: backend::lang.editor.custom styles_comment
10+
commentAbove: backend::lang.editor.custom styles_comment
1111
tab: backend::lang.editor.markup_styles
1212
type: codeeditor
1313
size: giant

0 commit comments

Comments
 (0)