mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:29 +01:00
fix not working admin menu entries after mobile template automatic sidebar closing
This commit is contained in:
parent
b1d382fd66
commit
773371584e
@ -172,9 +172,9 @@ class AdminApp extends EgwApp
|
||||
return;
|
||||
}
|
||||
// check for mobile framework and close the sidebox/-bar
|
||||
if (typeof framework.toggleMenu === 'function')
|
||||
if (typeof window.framework?.toggleMenu === 'function')
|
||||
{
|
||||
framework.toggleMenu('on');
|
||||
window.framework.toggleMenu('on');
|
||||
}
|
||||
var ajax : any = false;
|
||||
if (_url)
|
||||
|
Loading…
Reference in New Issue
Block a user