Fix Ad_Banner
This commit is contained in:
parent
764c557794
commit
17597668a4
|
@ -47,7 +47,7 @@ function BannerCycle(banner_index){
|
|||
});
|
||||
});
|
||||
}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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue