Skip to content

Commit 5aeef73

Browse files
committed
Fix paths
1 parent b0ab5b9 commit 5aeef73

File tree

19 files changed

+2
-2
lines changed

19 files changed

+2
-2
lines changed

examples/imageswitcher/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
set style `width` of Thumb to `60px`
4646
set style `border` of Thumb to `1px solid white`
4747
if N is not 0 set style `margin-left` of Thumb to `10px`
48-
set attribute `src` of Thumb to `/resources/img/imageswitcher/thumbs/img` cat N cat `.jpg`
48+
set attribute `src` of Thumb to `/resources/imageswitcher/thumbs/img` cat N cat `.jpg`
4949
add 1 to N
5050
end
5151
on click Thumb go to DoThumb
@@ -60,7 +60,7 @@
6060
index Image to N
6161
create Image in Container
6262
set the style of Image to `width:100%;display:none`
63-
set attribute `src` of Image to `/resources/img/imageswitcher/img` cat N cat `.jpg`
63+
set attribute `src` of Image to `/resources/imageswitcher/img` cat N cat `.jpg`
6464
add 1 to N
6565
end
6666
put 0 into N

0 commit comments

Comments
 (0)