From 323937dd0978d14b2955b2eaa2c2a885a00767b8 Mon Sep 17 00:00:00 2001 From: Matthias Schmidt Date: Sun, 4 Aug 2013 13:48:10 +0200 Subject: [PATCH] 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 --- wcfsetup/install/files/js/WCF.js | 2 -- 1 file changed, 2 deletions(-) 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; } }, -- 2.20.1