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">
|
<table class="table main-list">
|
||||||
<thead>
|
<thead>
|
||||||
<tr class="sort-header">
|
<tr class="sort-header">
|
||||||
|
|
Loading…
Reference in New Issue