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