From: Matthias Schmidt Date: Sun, 4 Aug 2013 11:48:10 +0000 (+0200) Subject: Removes propagation stop if overlay is closed X-Git-Tag: 2.0.0_Beta_7~62^2~13 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=323937dd0978d14b2955b2eaa2c2a885a00767b8;p=GitHub%2FWoltLab%2FWCF.git Removes propagation stop if overlay is closed This way dropdowns in overlays will automatically be closed if a overlay is closed by click. Fixes #1442 --- diff --git a/wcfsetup/install/files/js/WCF.js b/wcfsetup/install/files/js/WCF.js index 98a6982e16..75bca5ae7e 100755 --- a/wcfsetup/install/files/js/WCF.js +++ b/wcfsetup/install/files/js/WCF.js @@ -8628,8 +8628,6 @@ $.widget('ui.wcfDialog', { if (event !== undefined) { event.preventDefault(); - event.stopPropagation(); - return false; } },