summaryrefslogtreecommitdiff
path: root/slideshow.js
diff options
context:
space:
mode:
authorpdp8 <pdp8@pdp8.info>2023-07-28 00:08:27 +0200
committerpdp8 <pdp8@pdp8.info>2023-07-28 00:08:27 +0200
commit44c7bc7f64e66632f5c9026974d36fd17bc0f826 (patch)
tree9229690c69355cd0a8ee5f1aa2b79e957888d192 /slideshow.js
parent1f8ea6ccb9612752e4a31424b7948e90bc8346d4 (diff)
media moved to media.pdp8.info, drone release
Diffstat (limited to 'slideshow.js')
-rw-r--r--slideshow.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/slideshow.js b/slideshow.js
index 23d7c3e..ea265e4 100644
--- a/slideshow.js
+++ b/slideshow.js
@@ -75,6 +75,6 @@ function next() {
}
function update() {
- src('image',"/pictures/"+selection[current])
+ src('image',"https://media.pdp8.info/pictures/"+selection[current])
}