From: Marcel Werk Date: Mon, 10 Mar 2014 17:26:24 +0000 (+0100) Subject: Fixed button title X-Git-Tag: 2.0.4~30 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=f2d4ebce5e757680785d0fcb49048ae14e68f99c;p=GitHub%2FWoltLab%2FWCF.git Fixed button title --- diff --git a/wcfsetup/install/files/js/WCF.User.js b/wcfsetup/install/files/js/WCF.User.js index 774380a02a..543a1e0701 100644 --- a/wcfsetup/install/files/js/WCF.User.js +++ b/wcfsetup/install/files/js/WCF.User.js @@ -474,7 +474,7 @@ WCF.User.Profile.IgnoreUser = Class.extend({ */ _updateButton: function() { if (this._button === null) { - this._button = $('
  • ').prependTo($('#profileButtonContainer')); + this._button = $('
  • ').prependTo($('#profileButtonContainer')); } this._button.find('.button').data('tooltip', WCF.Language.get('wcf.user.button.' + (this._isIgnoredUser ? 'un' : '') + 'ignore'));