Improved DOMNodeInsertedHandler
authorAlexander Ebert <ebert@woltlab.com>
Mon, 27 May 2013 15:47:39 +0000 (17:47 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Mon, 27 May 2013 15:48:14 +0000 (17:48 +0200)
commit42d7d2cc5621e640d0323ad5f4e2d46c01b0227d
treec8f77ba9fb3514e4d8da12f6c5194012eb7ceefb
parenta73c795c1417ac0277fde7517230449c6b3d04c1
Improved DOMNodeInsertedHandler

Attention developers! I've redesigned it's entire API, you must now manually call WCF.DOMNodeInsertedHandler.execute() if you manipulate the DOM. The only exception are success-callbacks for WCF.Action.Proxy, in this case that method call is automatically invoked.
wcfsetup/install/files/acp/js/WCF.ACP.js
wcfsetup/install/files/js/WCF.ACL.js
wcfsetup/install/files/js/WCF.Attachment.js
wcfsetup/install/files/js/WCF.Comment.js
wcfsetup/install/files/js/WCF.ImageViewer.js
wcfsetup/install/files/js/WCF.Like.js
wcfsetup/install/files/js/WCF.Message.js
wcfsetup/install/files/js/WCF.Poll.js
wcfsetup/install/files/js/WCF.User.js
wcfsetup/install/files/js/WCF.js