Skip to content

Commit a09224f

Browse files
doc bugfix
1 parent 8c04a0f commit a09224f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/source/_static/pop-plankton.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ img.src = "_images/plankton-only.svg";//"../_images/plankton-only.svg";
2727
if (document.location.pathname.split('/')[8]=='rst'){
2828
img.src = "../_images/plankton-only.svg";
2929
}
30+
else{
31+
img.src = "./_images/plankton-only.svg";
32+
}
3033

3134
img.id = "pop-plankton";
3235
img.onmouseenter = escape_mouse;

0 commit comments

Comments
 (0)