summaryrefslogtreecommitdiffstats
path: root/ecomp-portal-FE-os/client/bower_components_external/b2b/js/b2b-angular/README.md
blob: abe5a5fafd4f5058b6a4e7a2503a8dc2095770fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
This file tracks patches to b2b-angular.js


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";           	
};