Merge pull request #55 from JohnDoh/menu-open

Add property to menu-open event to prevent skinning
pull/5742/merge
Aleksander Machniak 7 years ago committed by GitHub
commit 71c22a1b22

@ -1548,7 +1548,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