From: Alexander Ebert Date: Sun, 14 Dec 2014 01:53:03 +0000 (+0100) Subject: Adding a space before newly created badges X-Git-Tag: 2.1.0_Beta_1~18 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=b169d8184ce69f8ab3493e2e23ffaa123e0a6784;p=GitHub%2FWoltLab%2FWCF.git Adding a space before newly created badges --- diff --git a/wcfsetup/install/files/js/WCF.User.js b/wcfsetup/install/files/js/WCF.User.js index ed31bb944f..f598944bcd 100644 --- a/wcfsetup/install/files/js/WCF.User.js +++ b/wcfsetup/install/files/js/WCF.User.js @@ -377,6 +377,7 @@ WCF.User.Panel.Abstract = Class.extend({ if (count) { if (this._badge === null) { this._badge = $('').appendTo(this._triggerElement.children('a')); + this._badge.before(' '); } this._badge.text(count);