Commit 180257ab authored by Pedro Eduardo Trujillo's avatar Pedro Eduardo Trujillo
Browse files

Permite borrar temas Inspire, corrige ruta usada

parent 45c4411b
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -40,6 +40,14 @@ define([
					]
				}
			}, this.browserConfig || {}]);
		},

		_removeCallback: function(item) {

			this._emitEvt('REMOVE', {
				target: this.editionTarget,
				id: item.id
			});
		}
	});
});