Fix js pushstate issue
This commit is contained in:
parent
b768952070
commit
62678d8d42
|
@ -56,4 +56,8 @@
|
|||
content_tag :div, class: "bottomnav clearfix" do
|
||||
content_tag :div, paginate(@bulletins), class: "pagination pagination-centered"
|
||||
end
|
||||
%>
|
||||
%>
|
||||
|
||||
<script>
|
||||
if($('.orbit-bar').length==0) location.reload();
|
||||
</script>
|
Loading…
Reference in New Issue