mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 17:14:36 +01:00
* Mobile theme: fix broken html editor in mobile view (e.g. mail compose)
This commit is contained in:
parent
be6325a68c
commit
ae3db1bc28
@ -141,6 +141,9 @@ var et2_htmlarea = (function(){ "use strict"; return et2_editableWidget.extend([
|
||||
resize: false,
|
||||
height: this.options.height,
|
||||
width: this.options.width,
|
||||
mobile: {
|
||||
theme: 'silver'
|
||||
},
|
||||
min_height: 100,
|
||||
convert_urls: false,
|
||||
language: et2_htmlarea.LANGUAGE_CODE[egw.preference('lang', 'common')],
|
||||
|
Loading…
Reference in New Issue
Block a user