mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-06 01:28:19 +01:00
Merge remote-tracking branch 'origin/4.0' into develop
This commit is contained in:
@@ -5500,11 +5500,14 @@ function printCommonFooter($zone='private')
|
||||
});'."\n";
|
||||
print '});'."\n";
|
||||
|
||||
print '<!-- Set handler to switch left menu page -->'."\n";
|
||||
print 'jQuery(".menuhider").click(function() {';
|
||||
print " $('.side-nav').toggle();";
|
||||
if ($conf->theme == 'md') print " $('.login_block').toggle();";
|
||||
print '});'."\n";
|
||||
if (empty($conf->dol_use_jmobile))
|
||||
{
|
||||
print '<!-- Set handler to switch left menu page -->'."\n";
|
||||
print 'jQuery(".menuhider").click(function() {';
|
||||
print " $('.side-nav').toggle();";
|
||||
if ($conf->theme == 'md') print " $('.login_block').toggle();";
|
||||
print '});'."\n";
|
||||
}
|
||||
|
||||
print '</script>'."\n";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user