From: Marcel Werk Date: Tue, 15 Nov 2011 21:08:49 +0000 (+0100) Subject: Fixed icon path X-Git-Tag: 2.0.0_Beta_1~1596 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=176b9c8811fa8932f0a3c2c252244512aa5c3dd0;p=GitHub%2FWoltLab%2FWCF.git Fixed icon path --- diff --git a/wcfsetup/install/files/js/WCF.js b/wcfsetup/install/files/js/WCF.js index 576d4648c4..be3e624aec 100644 --- a/wcfsetup/install/files/js/WCF.js +++ b/wcfsetup/install/files/js/WCF.js @@ -999,7 +999,7 @@ WCF.Action.Proxy.prototype = { _showLoadingOverlay: function() { // create loading overlay on first run if (this._loadingOverlay === null) { - this._loadingOverlay = $('
' + WCF.Language.get('wcf.global.loading') + '
').hide().appendTo($('body')); + this._loadingOverlay = $('
' + WCF.Language.get('wcf.global.loading') + '
').hide().appendTo($('body')); } // fade in overlay