Fixed icon path
authorMarcel Werk <burntime@woltlab.com>
Tue, 15 Nov 2011 21:08:49 +0000 (22:08 +0100)
committerMarcel Werk <burntime@woltlab.com>
Tue, 15 Nov 2011 21:08:49 +0000 (22:08 +0100)
wcfsetup/install/files/js/WCF.js

index 576d4648c42a5a7c11242cd556776d52d6624c50..be3e624aecd573e93e41bd96ddfe435ef25c2ec8 100644 (file)
@@ -999,7 +999,7 @@ WCF.Action.Proxy.prototype = {
        _showLoadingOverlay: function() {
                // create loading overlay on first run
                if (this._loadingOverlay === null) {
-                       this._loadingOverlay = $('<div id="actionProxyLoading" class="actionProxyLoading"><img src="' + RELATIVE_WCF_DIR + 'icon/spinner.svg" alt="" />' + WCF.Language.get('wcf.global.loading') + '</div>').hide().appendTo($('body'));
+                       this._loadingOverlay = $('<div id="actionProxyLoading" class="actionProxyLoading"><img src="' + RELATIVE_WCF_DIR + 'icon/spinner1.svg" alt="" />' + WCF.Language.get('wcf.global.loading') + '</div>').hide().appendTo($('body'));
                }
 
                // fade in overlay