diff --git a/LDlink/LDlink.js b/LDlink/LDlink.js index a98108f2..b58a1df0 100755 --- a/LDlink/LDlink.js +++ b/LDlink/LDlink.js @@ -4552,7 +4552,9 @@ window.addEventListener('resize', function() { }); window.addEventListener('popstate', function(e) { - this.location.reload(); + if (e.state) { + this.location.reload(); + } }); function clearTabs(currentTab){ diff --git a/LDlink/index.html b/LDlink/index.html index 4110022c..1a225d6f 100755 --- a/LDlink/index.html +++ b/LDlink/index.html @@ -468,9 +468,9 @@