From: Alexander Ebert Date: Thu, 16 Jul 2015 09:42:49 +0000 (+0200) Subject: Force execution of DOMNodeInsertedHandler when a user list is retrieved from cache X-Git-Tag: 2.1.6~6^2~1 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=49576e5e2ee5bd3640039cbeef440d6db5341f2a;p=GitHub%2FWoltLab%2FWCF.git Force execution of DOMNodeInsertedHandler when a user list is retrieved from cache --- diff --git a/wcfsetup/install/files/js/WCF.User.js b/wcfsetup/install/files/js/WCF.User.js index 72046114ea..278c65cd58 100644 --- a/wcfsetup/install/files/js/WCF.User.js +++ b/wcfsetup/install/files/js/WCF.User.js @@ -2887,6 +2887,8 @@ WCF.User.List = Class.extend({ else { this._dialog.wcfDialog('open').wcfDialog('render'); } + + WCF.DOMNodeInsertedHandler.execute(); } else { this._additionalParameters.pageNo = this._pageNo;