From: Alexander Ebert Date: Thu, 19 Jun 2014 16:32:27 +0000 (+0200) Subject: Cleanup X-Git-Tag: 2.1.0_Alpha_1~669^2~9 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=9e223d9eaf806b5e0db72cd502035fb4fd106df4;p=GitHub%2FWoltLab%2FWCF.git Cleanup --- diff --git a/wcfsetup/install/files/js/WCF.User.js b/wcfsetup/install/files/js/WCF.User.js index 31f01f9d3b..7fa202b20c 100644 --- a/wcfsetup/install/files/js/WCF.User.js +++ b/wcfsetup/install/files/js/WCF.User.js @@ -1262,7 +1262,7 @@ WCF.Notification.UserPanel = WCF.UserPanel.extend({ init: function(showAllLink) { this._favico = new Favico({ animation: 'none', - type: 'circle',// 'rectangle' + type: 'circle', }); this._noItems = 'wcf.user.notification.noMoreNotifications';