Fix Ad_Banner

This commit is contained in:
Manson Wang 2013-10-08 17:47:04 +08:00
parent 764c557794
commit 17597668a4
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ function BannerCycle(banner_index){
}); });
}); });
}else{ }else{
if (!!$.prototype.cycle) $.getScript('/static/jquery.cycle.all.latest.js'); if(!$.prototype.cycle) $.getScript('/static/jquery.cycle.all.latest.js');
setTimeout("BannerCycle("+banner_index+")",500); setTimeout("BannerCycle("+banner_index+")",500);
} }
} }