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

Corrige referencia a nodo de plantilla

Tras modificar TemplateDisplayer, quedó una referencia al antiguo nombre
de su contenedor.

Fix #72.
parent 224ecb99
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -192,7 +192,7 @@ define([
				dataCredentials: true
			});

			put(this.listMenu.domNode.firstChild, '-', this.topbarMenu.container);
			put(this.listMenu.domNode.firstChild, '-', this.topbarMenu.domNode);
		},

		_subDataCredentialsGotProps: function(req) {