Fix settings for setting default expiration date

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
This commit is contained in:
Vincent Petry 2022-11-16 13:02:31 +01:00 committed by nextcloud-command
parent ea0fbda1eb
commit 1d627fd1f8
3 changed files with 4 additions and 4 deletions

View file

@ -82,7 +82,7 @@ window.addEventListener('DOMContentLoaded', () => {
})
$('#shareapiDefaultExpireDate').change(function() {
$('setDefaultExpireDate').toggleClass('hidden', !this.checked)
$('#setDefaultExpireDate').toggleClass('hidden', !this.checked)
})
$('#shareapiDefaultInternalExpireDate').change(function() {

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long