fix backend page loading after pushstate
This commit is contained in:
parent
637e1d0c47
commit
31e4ba0695
|
@ -1,3 +1,7 @@
|
|||
<script>
|
||||
if(document.querySelectorAll(".orbit-bar").length==0) location.reload();
|
||||
</script>
|
||||
|
||||
<table class="table main-list">
|
||||
<thead>
|
||||
<tr class="sort-header">
|
||||
|
|
Loading…
Reference in New Issue