We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9fa23e commit 9c9315fCopy full SHA for 9c9315f
docs/source/_static/pop-plankton.js
@@ -33,7 +33,7 @@ if (document.location.origin == "null") { //local file
33
}
34
35
else {
36
- img.src=document.location.pathname.split('/').slice(0,3).join("/")+"_images/plankton-only.svg";
+ img.src=document.location.href.split('/').slice(0,5).join("/")+"_images/plankton-only.svg";
37
// if ((document.location.pathname.split('/')).includes("rst")) {
38
// img.src = "../../_images/plankton-only.svg";
39
// }
0 commit comments