fix loading images link error

This commit is contained in:
wlx 2012-09-17 02:53:54 +00:00
parent 5267452344
commit 8003868531
1 changed files with 1 additions and 1 deletions

View File

@ -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,