fix loading images link error
This commit is contained in:
parent
5267452344
commit
8003868531
|
@ -140,7 +140,7 @@
|
|||
var startSlide = 1;
|
||||
$('#slides').slides({
|
||||
preload: true,
|
||||
preloadImage: 'img/loading.gif',
|
||||
preloadImage: 'images/loading.gif',
|
||||
generatePagination: false,
|
||||
play: 5000,
|
||||
pause: 2500,
|
||||
|
|
Loading…
Reference in New Issue