mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-09 01:25:22 +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,
|
resize: false,
|
||||||
height: this.options.height,
|
height: this.options.height,
|
||||||
width: this.options.width,
|
width: this.options.width,
|
||||||
|
mobile: {
|
||||||
|
theme: 'silver'
|
||||||
|
},
|
||||||
min_height: 100,
|
min_height: 100,
|
||||||
convert_urls: false,
|
convert_urls: false,
|
||||||
language: et2_htmlarea.LANGUAGE_CODE[egw.preference('lang', 'common')],
|
language: et2_htmlarea.LANGUAGE_CODE[egw.preference('lang', 'common')],
|
||||||
|
Loading…
Reference in New Issue
Block a user