Skip to content

Commit

Permalink
Fix settings for setting default expiration date
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
  • Loading branch information
PVince81 authored and backportbot-nextcloud[bot] committed Nov 16, 2022
1 parent ea0fbda commit 970988f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/settings/src/admin.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ window.addEventListener('DOMContentLoaded', () => {
})

$('#shareapiDefaultExpireDate').change(function() {
$('setDefaultExpireDate').toggleClass('hidden', !this.checked)
$('#setDefaultExpireDate').toggleClass('hidden', !this.checked)
})

$('#shareapiDefaultInternalExpireDate').change(function() {
Expand Down

0 comments on commit 970988f

Please sign in to comment.