Merge pull request #35215 from nextcloud/backport/35210/stable24

[stable24] Fix settings for setting default expiration date
This commit is contained in:
Simon L 2022-11-16 23:36:36 +01:00 committed by GitHub
commit c091ffc3e8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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