2
0
forked from Wavyzz/dolibarr

add css behavior

This commit is contained in:
John BOTELLA
2019-03-07 17:05:27 +01:00
parent 34c179ab2b
commit 218690db00
3 changed files with 11 additions and 3 deletions

View File

@@ -7197,9 +7197,7 @@ function printCommonFooter($zone = 'private')
print '/* JS CODE TO ENABLE to manage handler to switch left menu page (menuhider) */'."\n";
print 'jQuery(".menuhider").click(function() {';
print ' console.log("We click on .menuhider");'."\n";
//print " $('.side-nav').animate({width:'toggle'},200);\n"; // OK with eldy theme but not with md
print " $('.side-nav').toggle()\n";
print " $('.login_block').toggle()\n";
print " $('body').toggleClass('sidebar-collapse')\n";
print '});'."\n";
}