Skip to content

Commit

Permalink
Changing gif/png target to VBL server
Browse files Browse the repository at this point in the history
  • Loading branch information
dbirman committed Feb 7, 2024
1 parent f92404c commit b823b74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -522,8 +522,8 @@
}

// Change the image lement sources
document.getElementById('gifImage').src = `images/gif/neuron${idx}.gif`;
document.getElementById('pngImage').src = `images/png/neuron${idx}.png`;
document.getElementById('gifImage').src = `https://data.virtualbrainlab.org/NPUltra/gif/neuron${idx}.gif`;
document.getElementById('pngImage').src = `https://data.virtualbrainlab.org/NPUltra/png/neuron${idx}.png`;
}

////////////////////////////////
Expand Down

0 comments on commit b823b74

Please sign in to comment.