mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 04:29:28 +01:00
Fix htmlarea "enable features in toolbar" preference not working
This commit is contained in:
parent
0303adbc35
commit
fc1e0679fb
@ -350,6 +350,8 @@ var et2_htmlarea = (function(){ "use strict"; return et2_editableWidget.extend([
|
|||||||
case 'advanced':
|
case 'advanced':
|
||||||
settings.toolbar = et2_htmlarea.TOOLBAR_ADVANCED;
|
settings.toolbar = et2_htmlarea.TOOLBAR_ADVANCED;
|
||||||
break;
|
break;
|
||||||
|
default:
|
||||||
|
this.mode = '';
|
||||||
}
|
}
|
||||||
|
|
||||||
// take rte_toolbar into account if no mode restrictly set from template
|
// take rte_toolbar into account if no mode restrictly set from template
|
||||||
|
Loading…
Reference in New Issue
Block a user