From f0c0946f93ea63b9b0fa75d362099c46f134b44e Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Sun, 17 Jul 2016 18:00:12 +0200 Subject: [PATCH] Fixed typos --- wcfsetup/install/files/js/WoltLab/WCF/Ui/Dropdown/Simple.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wcfsetup/install/files/js/WoltLab/WCF/Ui/Dropdown/Simple.js b/wcfsetup/install/files/js/WoltLab/WCF/Ui/Dropdown/Simple.js index 1b05e5343e..4cda14648c 100644 --- a/wcfsetup/install/files/js/WoltLab/WCF/Ui/Dropdown/Simple.js +++ b/wcfsetup/install/files/js/WoltLab/WCF/Ui/Dropdown/Simple.js @@ -364,7 +364,7 @@ define( preventToggle = true; } - // check if 'isOverlayDropdownButton' is set which indicates if the dropdown toggle is in an overlay + // check if 'isOverlayDropdownButton' is set which indicates that the dropdown toggle is within an overlay if (elData(dropdown, 'is-overlay-dropdown-button') === null) { var dialogContent = DomTraverse.parentByClass(dropdown, 'dialogContent'); elData(dropdown, 'is-overlay-dropdown-button', (dialogContent !== null)); -- 2.20.1