From 10833b9a7b3e786128938055c5054f241a6d79ab Mon Sep 17 00:00:00 2001 From: Matthias Schmidt Date: Thu, 17 Mar 2016 20:06:38 +0100 Subject: [PATCH] Fix chaining of wcfDialog calls --- wcfsetup/install/files/js/WCF.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wcfsetup/install/files/js/WCF.js b/wcfsetup/install/files/js/WCF.js index 8dda8b75ed..3d75ce09b1 100755 --- a/wcfsetup/install/files/js/WCF.js +++ b/wcfsetup/install/files/js/WCF.js @@ -7548,6 +7548,8 @@ jQuery.fn.extend({ UiDialog.openStatic(id, null, (args.length === 1 && typeof args[0] === 'object') ? args[0] : {}); } }).bind(this)); + + return this; } }); -- 2.20.1