Merge branch 'master' of github.com:roundcube/elastic

pull/5742/merge
Aleksander Machniak 7 years ago
commit 74e0e5141a

@ -1570,7 +1570,7 @@ function rcube_elastic_ui()
*/
function menu_toggle(p)
{
if (!p || !p.name) {
if (!p || !p.name || (p.props && p.props.skinable === false)) {
return;
}

Loading…
Cancel
Save