File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 45
45
set style `width` of Thumb to `60px`
46
46
set style `border` of Thumb to `1px solid white`
47
47
if N is not 0 set style `margin-left` of Thumb to `10px`
48
- set attribute `src` of Thumb to `/resources/imageswitcher/thumbs/img` cat N cat `.jpg`
48
+ set attribute `src` of Thumb to `/resources/img/ imageswitcher/thumbs/img` cat N cat `.jpg`
49
49
add 1 to N
50
50
end
51
51
on click Thumb go to DoThumb
60
60
index Image to N
61
61
create Image in Container
62
62
set the style of Image to `width:100%;display:none`
63
- set attribute `src` of Image to `/resources/imageswitcher/img` cat N cat `.jpg`
63
+ set attribute `src` of Image to `/resources/img/ imageswitcher/img` cat N cat `.jpg`
64
64
add 1 to N
65
65
end
66
66
put 0 into N
You can’t perform that action at this time.
0 commit comments