Set this._badge to null in WCF.User.Panel.Abstract.updateBadge on removal
authorMaximilian Mader <max@bastelstu.be>
Thu, 26 Feb 2015 23:23:26 +0000 (00:23 +0100)
committerMaximilian Mader <max@bastelstu.be>
Thu, 26 Feb 2015 23:23:26 +0000 (00:23 +0100)
commitdb1917983033f766b7b7480b0d515a5d6bc2c061
treeba43063212bba5cb7e3dde844c4fc2f1696f57d4
parent3a80c04c92fab9dcc84d520717ed72fd1ef0a4ff
Set this._badge to null in WCF.User.Panel.Abstract.updateBadge on removal

When not explicitly set to `null` the variable will still contain a reference, thus a badge update will not create a new badge when it was removed earlier.
wcfsetup/install/files/js/WCF.User.js