Keep native Batch Downloader button visible

This commit is contained in:
Terranom674
2026-08-16 14:24:42 +02:00
parent 820325fee5
commit 5893a934ea

View File

@@ -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');
});