Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
4ad1e0cfd1030a4d4db5877484a3bbc94a4ebdae
/
.
/
doc
/
static
/
zephyr-custom.js
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"
);
});