2014-04-11 08:26:34 +00:00
|
|
|
|
2014-05-09 08:42:23 +00:00
|
|
|
<% content_for :page_specific_javascript do %>
|
|
|
|
<%= javascript_include_tag "cycle2" %>
|
|
|
|
<%= javascript_include_tag "ad_banner/banner_preview" %>
|
|
|
|
<% end %>
|
2016-01-05 11:57:19 +00:00
|
|
|
<%= render_filter @filter_fields, "index_table" %>
|
|
|
|
<span id="index_table">
|
|
|
|
<%= render 'index_table'%>
|
|
|
|
</span>
|
2015-11-12 17:06:56 +00:00
|
|
|
<script type="text/javascript">
|
2016-01-05 11:57:19 +00:00
|
|
|
$(document).on("ajaxSuccess",function(event, xhr, settings){
|
|
|
|
$(".cycle-slideshow").cycle();
|
2015-11-12 17:06:56 +00:00
|
|
|
})
|
|
|
|
</script>
|