diff --git a/app/views/static/index.js.erb b/app/views/static/index.js.erb index f13fa460..9ce16da7 100644 --- a/app/views/static/index.js.erb +++ b/app/views/static/index.js.erb @@ -2,8 +2,7 @@ $('#timeline').append('<% @timeline.each do |answer| %><%= j render 'shared/answerbox', a: answer %><% end %>'); <% if @timeline.next_page %> - $('#pagination').replaceWith('<%= j will_paginate @timeline, renderer: BootstrapPagination::Rails, page_links: false %>'); - $('#pagination').hide(); + $('#pagination').html('<%= j will_paginate @timeline, renderer: BootstrapPagination::Rails, page_links: false %>'); <% else %> $('#pagination, #load-more-btn').remove(); <% end %> \ No newline at end of file