Skip to content

Commit

Permalink
The date filters in the download files modal do not disappear when lo…
Browse files Browse the repository at this point in the history
…gs are not selected. xwikisas#23

* Modified the value from the listened input to the new LogsDataResource hint
  • Loading branch information
ChiuchiuSorin committed Nov 7, 2023
1 parent 3f5efc4 commit 33f1893
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@
link.click();
});

$(document).on('change', '#downloadFilesModal input[name="files"][value="logsDataResource"]', function() {
$(document).on('change', '#downloadFilesModal input[name="files"][value="logs"]', function() {
if ($(this).is(':checked')) {
$('#downloadFilesModal .dateFields').show();
} else {
Expand Down

0 comments on commit 33f1893

Please sign in to comment.