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

Corrige petición de datos sobre Atlas

Había una cabecera que no se estaba aplicando correctamente, y era la
responsable de que la petición no se detectara como cross-domain.
parent c4eb1fc7
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -116,8 +116,7 @@ define([
			this._emitEvt('GET', {
				target: this.infoTarget,
				requesterId: this.getOwnChannel(),
				id: '',
				options: {
				headers: {
					'X-Requested-With': ''
				}
			});