NEW Better reponsive design

This commit is contained in:
Laurent Destailleur
2017-04-04 12:55:54 +02:00
parent c4d4856997
commit 01d69e4b58
3 changed files with 36 additions and 15 deletions

View File

@@ -5618,11 +5618,11 @@ function printCommonFooter($zone='private')
if (empty($conf->dol_use_jmobile))
{
print '<!-- Set handler to switch left menu page -->'."\n";
print '<!-- Set handler to switch left menu page (menuhider) -->'."\n";
print 'jQuery(".menuhider").click(function() {';
print ' console.log("We click on .menuhider");'."\n";
print " $('.side-nav').toggle();";
if ($conf->theme == 'md') print " $('.login_block').toggle();";
print " $('.login_block').toggle();";
print '});'."\n";
}