1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Merge pull request #2202 from thornbill/fix-user-edit

Remove reference to sharing help element
This commit is contained in:
dkanada 2020-12-07 15:43:38 +09:00 committed by GitHub
commit a8005f2ec3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -174,7 +174,6 @@ import toast from '../../../components/toast/toast';
$(document).on('pageinit', '#editUserPage', function () {
$('.editUserProfileForm').off('submit', onSubmit).on('submit', onSubmit);
this.querySelector('.sharingHelp').innerHTML = globalize.translate('OptionAllowLinkSharingHelp', 30);
const page = this;
$('#chkEnableDeleteAllFolders', this).on('change', function () {
if (this.checked) {