Skip to content

Commit 9c9315f

Browse files
update gui
1 parent b9fa23e commit 9c9315f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/_static/pop-plankton.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ if (document.location.origin == "null") { //local file
3333
}
3434
}
3535
else {
36-
img.src=document.location.pathname.split('/').slice(0,3).join("/")+"_images/plankton-only.svg";
36+
img.src=document.location.href.split('/').slice(0,5).join("/")+"_images/plankton-only.svg";
3737
// if ((document.location.pathname.split('/')).includes("rst")) {
3838
// img.src = "../../_images/plankton-only.svg";
3939
// }

0 commit comments

Comments
 (0)