Los enlaces a manuel.cillero.es se abrirán en la misma ventana de SuitePro por defecto
This commit is contained in:
parent
dd2136e755
commit
ce6f344f79
3 changed files with 7 additions and 7 deletions
|
@ -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");
|
||||
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue