Commit a823e81b authored by Pedro Eduardo Trujillo's avatar Pedro Eduardo Trujillo
Browse files

Actualiza estilos y corrige redimensión de Sidebar

parent 718d9f45
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -227,8 +227,11 @@ define([
				globalContainer = registry.byId(globalContainerId);

			domClass[classAction](this.ownerDocumentBody, 'reducedMenu');
			globalContainer && globalContainer.resize();
			sidebarMenuItem.attr('label', newLabel);

			if (globalContainer && typeof globalContainer.resize === 'function') {
				globalContainer.resize();
			}
		},

		_addItems: function(/*Array*/ items) {
Compare 8c87cfa6 to a1b12a6b
Original line number Diff line number Diff line
Subproject commit 8c87cfa646e6e9e5a4d3db4ed85ad6616eba9efc
Subproject commit a1b12a6b4fe187fe9bc04f62fe7f8c405f623a44