From 06209e6863251daa43701e7cb11be155da112165 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Sat, 17 Feb 2018 12:34:50 +0100 Subject: [PATCH] Improved recognition of some legacy user list buttons --- .../install/files/js/WoltLabSuite/Core/Acp/Ui/User/Editor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 d5ce4986e8..c897cc4f09 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 @@ -98,7 +98,7 @@ define(['Ajax', 'Core', 'EventHandler', 'Language', 'Ui/SimpleDropdown'], functi item.innerHTML = ''; link = item.children[0]; - link.textContent = elData(button, 'tooltip'); + link.textContent = elData(button, 'tooltip') || button.title; (function(button) { link.addEventListener(WCF_CLICK_EVENT, function (event) { event.preventDefault(); -- 2.20.1