blob: d7389f959bcdb25f3f6cba5aaed4c1e63685afd4 [file] [log] [blame]
/* tweak logo link to the project home page in a new tab*/
$(document).ready(function(){
$( ".icon-home" ).attr("href", "https://zephyrproject.org/");
$( ".icon-home" ).attr("target", "_blank");
});