mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Remove reference to sharing help element
This commit is contained in:
parent
746e67e141
commit
93e3d1a71d
1 changed files with 0 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue