+
<% @ad_banner.ad_images.can_display.each do |ad_image| %>
<% link = ad_image_link(ad_image) %>
<%= image_tag ad_image.file, width: @ad_banner.width, height: @ad_banner.height, link_open: ad_image.link_open, link_url: link, style: "display:none; #{'cursor:pointer;' if link.present?}" %>
@@ -17,6 +17,12 @@
<% end %>
$.preload(a, 2, function(){
$('.orbit-cycle-slideshow').cycle();
+ var lis = $("ul.banner_nav_<%= @ad_banner.title.dehumanize %> li");
+ if( lis.length > a.length ){
+ for( i = lis.length - 1; i > a.length - 1; i-- ){
+ lis[i].remove();
+ }
+ }
});
}
else{