mirror of
https://github.com/wintercms/winter.git
synced 2024-06-28 05:33:29 +02:00
Minor fixes
This commit is contained in:
parent
bda625fe58
commit
a313d4eb5b
@ -23,7 +23,7 @@
|
||||
this.$el = $(element)
|
||||
|
||||
this.$el.on('dblclick', function () {
|
||||
$('.btn:first', this.$el).trigger('click')
|
||||
$('.btn:first', self.$el).trigger('click')
|
||||
})
|
||||
}
|
||||
|
||||
|
@ -7,7 +7,7 @@ tabs:
|
||||
|
||||
html_custom_styles:
|
||||
label: backend::lang.editor.custom_styles
|
||||
comment: backend::lang.editor.custom styles_comment
|
||||
commentAbove: backend::lang.editor.custom styles_comment
|
||||
tab: backend::lang.editor.markup_styles
|
||||
type: codeeditor
|
||||
size: giant
|
||||
|
Loading…
x
Reference in New Issue
Block a user