Elimina enlaces a manuel.cillero.es como locales

Los enlaces a manuel.cillero.es vuelven a considerarse externos y se
abrirán en una nueva ventana.
This commit is contained in:
Manuel Cillero 2020-06-09 20:14:01 +02:00
parent 6cd4f33c1b
commit 807ff3308d

View file

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