Remove reference to sharing help element

This commit is contained in:
Bill Thornton 2020-12-07 00:07:35 -05:00
parent 746e67e141
commit 93e3d1a71d

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