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 980011e commit 76e02e3Copy full SHA for 76e02e3
docs/source/_static/pop-plankton.js
@@ -23,12 +23,13 @@ var vpos = 'bottom:' + (Math.floor(Math.random() * 80) + 10) + '%;';
23
24
var img = document.createElement("img");
25
26
-//"../_images/plankton-only.svg";
+current_path = document.location;
27
+
28
if ((document.location.pathname.split('/')).includes("rst")){
29
img.src = "../../_images/plankton-only.svg";
30
}
31
else if ((document.location.pathname.split('/')).slice(-1)==""){
- img.src = "_images/plankton-only.svg";
32
+ img.src = "./_images/plankton-only.svg";
33
34
else{
35
img.src = "../_images/plankton-only.svg";
0 commit comments