forked from Wavyzz/dolibarr
add css behavior
This commit is contained in:
@@ -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";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user