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

(cherry picked from commit a8005f2ec3)
Signed-off-by: Joshua M. Boniface <joshua@boniface.me>
This commit is contained in:
dkanada 2020-12-07 15:43:38 +09:00 committed by Joshua M. Boniface
parent 7e5fcd8374
commit ac6ba3228f

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) {