From 5893a934ea14efcabf6bb8ba8f3240768cb71d7a Mon Sep 17 00:00:00 2001 From: Terranom674 Date: Sun, 16 Aug 2026 14:24:42 +0200 Subject: [PATCH] Keep native Batch Downloader button visible --- js/public_selection.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/js/public_selection.js b/js/public_selection.js index b7c3b3c..505b172 100644 --- a/js/public_selection.js +++ b/js/public_selection.js @@ -187,12 +187,7 @@ }); }); - // The native Batch Downloader button downloads the whole current set and - // performs a page round-trip first. When Bratonien selection is available, - // the selection mode replaces that control; "Alle auswählen" covers the - // complete visible album without the confusing duplicate button. $(function () { - $('#batchDownloadLink, #batchDownloadRequest').closest('a').hide(); $('#bratonien-selection-toggle').attr('aria-pressed', 'false'); });