Commit ad738267 authored by CarlosGC1989's avatar CarlosGC1989
Browse files

Arregla error en foto de usuario

parent 507933af
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -363,14 +363,15 @@ define([

		_showBoxUser: function(target) {

			var label = "userData",
				instanceWidget = this._widgets[label];
			var label = "userData";

			if (target === this.targetImage) {
				label = "userImage";
				this._subscriptionOnceChangeImage();
			}

			var instanceWidget = this._widgets[label];

			this._publish(instanceWidget.getChannel("SHOW"), {
				node: this._nodes[label]
			});