From b823b74c09394380011cf95d6669d97eab0ebc79 Mon Sep 17 00:00:00 2001 From: Dan Birman Date: Wed, 7 Feb 2024 10:16:20 -0800 Subject: [PATCH] Changing gif/png target to VBL server --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 2a61be3..bce302f 100644 --- a/index.html +++ b/index.html @@ -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`; } ////////////////////////////////