aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Inverle <inverle@proton.me> 2025-12-08 00:29:43 +0100
committerGravatar GitHub <noreply@github.com> 2025-12-08 00:29:43 +0100
commit9fb3a02b96d5278a8a28edc0831f9c665fbace85 (patch)
tree52ea08de8178344ea93ba4a252c28627334837fb
parent19975c22ecf7f94ee3c0ed10d19acee068ccc06b (diff)
Keep scroll state of page when closing the slider (#8295)
-rw-r--r--app/views/configure/queries.phtml2
-rw-r--r--app/views/extension/index.phtml2
-rw-r--r--app/views/index/normal.phtml2
-rw-r--r--app/views/index/reader.phtml2
-rw-r--r--app/views/stats/idle.phtml2
-rw-r--r--app/views/subscription/index.phtml2
-rw-r--r--app/views/tag/index.phtml2
-rw-r--r--app/views/user/manage.phtml2
8 files changed, 8 insertions, 8 deletions
diff --git a/app/views/configure/queries.phtml b/app/views/configure/queries.phtml
index bd1e0b370..abdf80c91 100644
--- a/app/views/configure/queries.phtml
+++ b/app/views/configure/queries.phtml
@@ -79,6 +79,6 @@
?>
</div>
</aside>
-<a href="#" id="close-slider">
+<a href="#close" id="close-slider">
<?= _i('close') ?>
</a>
diff --git a/app/views/extension/index.phtml b/app/views/extension/index.phtml
index fa1ddeaa1..8792e8c28 100644
--- a/app/views/extension/index.phtml
+++ b/app/views/extension/index.phtml
@@ -91,6 +91,6 @@
?>
</div>
</aside>
-<a href="#" id="close-slider">
+<a href="#close" id="close-slider">
<?= _i('close') ?>
</a>
diff --git a/app/views/index/normal.phtml b/app/views/index/normal.phtml
index 9f2bbdbcc..41b2c06c2 100644
--- a/app/views/index/normal.phtml
+++ b/app/views/index/normal.phtml
@@ -190,7 +190,7 @@ $today = @strtotime('today');
<div id="slider-content">
</div>
</aside>
-<a href="#" id="close-slider" class="<?= $class ?>">
+<a href="#close" id="close-slider" class="<?= $class ?>">
<?= _i('close') ?>
</a>
diff --git a/app/views/index/reader.phtml b/app/views/index/reader.phtml
index 648b046ed..cd86c0590 100644
--- a/app/views/index/reader.phtml
+++ b/app/views/index/reader.phtml
@@ -66,6 +66,6 @@ $useKeepUnreadImportant = !FreshRSS_Context::isImportant() && !FreshRSS_Context:
<div id="slider-content">
</div>
</aside>
-<a href="#" id="close-slider" class="<?= $class ?>">
+<a href="#close" id="close-slider" class="<?= $class ?>">
<?= _i('close') ?>
</a>
diff --git a/app/views/stats/idle.phtml b/app/views/stats/idle.phtml
index 4e2a4eed7..59bcce9bc 100644
--- a/app/views/stats/idle.phtml
+++ b/app/views/stats/idle.phtml
@@ -70,6 +70,6 @@
?>
</div>
</aside>
-<a href="#" id="close-slider" class="<?= $class ?>">
+<a href="#close" id="close-slider" class="<?= $class ?>">
<?= _i('close') ?>
</a>
diff --git a/app/views/subscription/index.phtml b/app/views/subscription/index.phtml
index b2cff7ac7..170f872fc 100644
--- a/app/views/subscription/index.phtml
+++ b/app/views/subscription/index.phtml
@@ -102,6 +102,6 @@
?>
</div>
</aside>
-<a href="#" id="close-slider">
+<a href="#close" id="close-slider">
<?= _i('close') ?>
</a>
diff --git a/app/views/tag/index.phtml b/app/views/tag/index.phtml
index 2f18842d4..e04f7fc01 100644
--- a/app/views/tag/index.phtml
+++ b/app/views/tag/index.phtml
@@ -47,6 +47,6 @@
?>
</div>
</aside>
-<a href="#" id="close-slider">
+<a href="#close" id="close-slider">
<?= _i('close') ?>
</a>
diff --git a/app/views/user/manage.phtml b/app/views/user/manage.phtml
index 3f541c0f5..93743bd01 100644
--- a/app/views/user/manage.phtml
+++ b/app/views/user/manage.phtml
@@ -135,6 +135,6 @@
?>
</div>
</aside>
-<a href="#" id="close-slider">
+<a href="#close" id="close-slider">
<?= _i('close') ?>
</a>