This file tracks patches to b2b-angular.js 24 April 2017: hide header menu when click on iframe in a new tab + $(window).blur(function() { if(scope.showMenu){ scope.showMenu = false; elem.removeClass('active'); scope.$apply(); } }); 20 March 2017: Page auto adjustment with left menu collapse and expand. + scope.toggleDrawer = function(showmenu){ scope.idx=-1; /*hide the sunmenus*/ if(showmenu){ document.getElementById('page-content').style.paddingLeft = "50px"; } else document.getElementById('page-content').style.paddingLeft = "230px"; }; 26 May 2017 : Changed b2b sort icons + "\n"