From 616f8796d7d2547335a0379e823a9ac0ba90e652 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Sun, 23 Jul 2017 11:34:59 +0200 Subject: [PATCH] Removed superfluous method --- .../install/files/js/WoltLabSuite/Core/Acp/Ui/User/Editor.js | 4 ---- 1 file changed, 4 deletions(-) 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) { - } }; }); -- 2.20.1