Skip to content

Commit 167f05c

Browse files
gui fix
1 parent 9062009 commit 167f05c

File tree

2 files changed

+23
-207
lines changed

2 files changed

+23
-207
lines changed

docs/source/_static/pop-plankton.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,10 @@ var vpos = 'bottom:' + (Math.floor(Math.random() * 80) + 10) + '%;';
2424
var img = document.createElement("img");
2525

2626
current_path = document.location;
27+
console.log(document.location.origin == "null");
2728
if (document.location.origin == "null") { //local file
2829

29-
console.loc('local');
30+
console.log('local');
3031
if ((document.location.pathname.split('/')).includes("rst")) {
3132
img.src = "../_images/plankton-only.svg";
3233
}
@@ -35,7 +36,7 @@ if (document.location.origin == "null") { //local file
3536
}
3637
}
3738
else {
38-
console.loc('remote');
39+
console.log('remote');
3940
img.src=document.location.href.split('/').slice(0,5).join("/")+"_images/plankton-only.svg";
4041
console.log(img.src)
4142
// if ((document.location.pathname.split('/')).includes("rst")) {

test/HDCA-lung/demo.ipynb

Lines changed: 20 additions & 205 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)