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:
parent
6cd4f33c1b
commit
807ff3308d
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ if (window.jQuery) {
|
||||||
|
|
||||||
// External links
|
// External links
|
||||||
$("a").filter(function() {
|
$("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");
|
}).addClass("external").attr("target", "_blank");
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue