Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
839bee1eb07b7c57745346a9db5adbac6a672452
/
.
/
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"
);
});