forked from rDrama/rDrama
1
0
Fork 0
Aevann1 2022-06-24 16:10:05 +02:00
parent 5d98f1095d
commit f7c3cfbf5b
1 changed files with 3 additions and 2 deletions

View File

@ -7,8 +7,9 @@
{% if v and v.id == AEVANN_ID %}
<script>
if(PerformanceNavigationTiming.type == "back_forward")
location.reload(true);
window.addEventListener( "pageshow", function (e) {
if (e.persisted) location.reload();
});
</script>
{% endif %}