From ac6ba3228f0093ad73b7144e3c638801e0452157 Mon Sep 17 00:00:00 2001 From: dkanada Date: Mon, 7 Dec 2020 15:43:38 +0900 Subject: [PATCH] Merge pull request #2202 from thornbill/fix-user-edit Remove reference to sharing help element (cherry picked from commit a8005f2ec332a79a02e09677968d4c991fbc3279) Signed-off-by: Joshua M. Boniface --- src/controllers/dashboard/users/useredit.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/controllers/dashboard/users/useredit.js b/src/controllers/dashboard/users/useredit.js index 17e401d5dc..6466827021 100644 --- a/src/controllers/dashboard/users/useredit.js +++ b/src/controllers/dashboard/users/useredit.js @@ -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) {