forked from extern/egroupware
* Mobile theme: fix broken html editor in mobile view (e.g. mail compose)
This commit is contained in:
@ -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')],
|
||||||
|
Reference in New Issue
Block a user