mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 12:09:20 +03:00
Removed unused allow_html_editor_biti_buttons config option
This commit is contained in:
parent
8b70fee072
commit
618333e257
3 changed files with 0 additions and 7 deletions
5
dev/External/SquireUI.js
vendored
5
dev/External/SquireUI.js
vendored
|
|
@ -283,11 +283,6 @@ class SquireUI
|
|||
toolbar.className = 'squire-toolbar btn-toolbar';
|
||||
let group, action/*, touchTap*/;
|
||||
for (group in actions) {
|
||||
/*
|
||||
if ('bidi' == group && !rl.settings.app('allowHtmlEditorBitiButtons')) {
|
||||
continue;
|
||||
}
|
||||
*/
|
||||
let toolgroup = createElement('div');
|
||||
toolgroup.className = 'btn-group';
|
||||
toolgroup.id = 'squire-toolgroup-'+group;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue