Los enlaces a manuel.cillero.es se abrirán en la misma ventana de SuitePro por defecto

This commit is contained in:
Manuel Cillero 2019-03-22 07:24:52 +01:00
parent dd2136e755
commit ce6f344f79
3 changed files with 7 additions and 7 deletions

View file

@ -64,7 +64,7 @@ if (window.jQuery) {
// External links
$("a").filter(function() {
return this.hostname && this.hostname !== location.hostname;
return this.hostname && this.hostname !== location.hostname && this.hostname !== 'manuel.cillero.es';
}).addClass("external").attr("target", "_blank");
});