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

Recupera barra superior de mapWithSideContent

Afecta a vistas como carga de citas.
parent 9ba3a78f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -97,7 +97,7 @@ define([

		_fillTopContent: function() {

			this.buttonsNode = put(this.topbarNode.domNode, 'div');
			this.buttonsNode = put(this.topbarNode, 'div');

			this.inherited(arguments);
		},
+1 −1
Original line number Diff line number Diff line
@@ -406,7 +406,7 @@ define([
		_updateTitle: function(title) {

			this._publish(this.dataDisplayer.getChannel("SHOW"), {
				node: this.topbarNode.domNode,
				node: this.topbarNode,
				data: title
			});
		},
Compare 4640fef1 to f36b5b80
Original line number Diff line number Diff line
Subproject commit 4640fef1ee5b23d5fcdb8722611732bd1f36fc67
Subproject commit f36b5b8099f3bc36925d2d2316e2f37361653cf8