From: Alexander Ebert Date: Sun, 23 Jul 2017 09:34:59 +0000 (+0200) Subject: Removed superfluous method X-Git-Tag: 3.1.0_Alpha_1~204 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=616f8796d7d2547335a0379e823a9ac0ba90e652;p=GitHub%2FWoltLab%2FWCF.git Removed superfluous method --- diff --git a/wcfsetup/install/files/js/WoltLabSuite/Core/Acp/Ui/User/Editor.js b/wcfsetup/install/files/js/WoltLabSuite/Core/Acp/Ui/User/Editor.js index 89e0a69f58..d5ce4986e8 100644 --- a/wcfsetup/install/files/js/WoltLabSuite/Core/Acp/Ui/User/Editor.js +++ b/wcfsetup/install/files/js/WoltLabSuite/Core/Acp/Ui/User/Editor.js @@ -139,10 +139,6 @@ define(['Ajax', 'Core', 'EventHandler', 'Language', 'Ui/SimpleDropdown'], functi hasItem = true; } } - }, - - _sendNewPassword: function (userId) { - } }; });