mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-14 10:28:31 +02:00
Fix htmlarea "enable features in toolbar" preference not working
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user