mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 17:14:36 +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':
|
||||
settings.toolbar = et2_htmlarea.TOOLBAR_ADVANCED;
|
||||
break;
|
||||
default:
|
||||
this.mode = '';
|
||||
}
|
||||
|
||||
// take rte_toolbar into account if no mode restrictly set from template
|
||||
|
Loading…
Reference in New Issue
Block a user