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

Corrige charts en chrome v65 y list de tracking

parent 95b07624
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -181,7 +181,8 @@ define([
			});

			this.browserWorkNode = new ContentPane({
				region: "center"
				region: "center",
				'class': 'flexContainer'
			});

			this._publish(this.browserWork.getChannel("SHOW"), {
+3 −9
Original line number Diff line number Diff line
@@ -223,13 +223,7 @@ define([

			this.inherited(arguments);

			this.chartsContainerContainer = new ContentPane({
				region: "center",
				'class': this.className,
				resize: lang.hitch(this, this._prepareResize)
			});

			this.chartsContainerNode = this.chartsContainerContainer.domNode;
			this.chartsContainerNode = put('div.' + this.className);
		},

		_afterShow: function(req) {
@@ -363,7 +357,7 @@ define([

		_getNodeToShow: function() {

			return this.chartsContainerContainer.domNode;
			return this.chartsContainerNode;
		},

		_getModuleRootNode: function() {
@@ -373,7 +367,7 @@ define([

		_getModuleMainNode: function() {

			return this.chartsContainerContainer.domNode;
			return this.chartsContainerNode;
		},

		_subAncestorShown: function(res) {
Compare 096d723c to b49f639b
Original line number Diff line number Diff line
Subproject commit 096d723c5292815bc881903dfed5a02074121360
Subproject commit b49f639b654192fc0998ce733e0c31a5312477ec