From a51e41c8832e9d7716326b36d5f77e994a331d92 Mon Sep 17 00:00:00 2001 From: yflory Date: Thu, 19 Apr 2018 11:30:54 +0200 Subject: [PATCH] Rename the image used in the new loading screen --- www/common/common-ui-elements.js | 2 +- www/common/loading.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/www/common/common-ui-elements.js b/www/common/common-ui-elements.js index 100377fcb..2b9487a73 100644 --- a/www/common/common-ui-elements.js +++ b/www/common/common-ui-elements.js @@ -1850,7 +1850,7 @@ define([ var $body = $('body'); var $creationContainer = $('
', { id: 'cp-creation-container' }).appendTo($body); var urlArgs = (Config.requireConf && Config.requireConf.urlArgs) || ''; - var l = h('div.cp-creation-logo', h('img', { src: '/customize/alt-favicon.png?' + urlArgs })); + var l = h('div.cp-creation-logo', h('img', { src: '/customize/loading-logo.png?' + urlArgs })); $(l).appendTo($creationContainer); var $creation = $('
', { id: 'cp-creation', tabindex: 1 }).appendTo($creationContainer); diff --git a/www/common/loading.js b/www/common/loading.js index c45dabdcd..375d060fe 100644 --- a/www/common/loading.js +++ b/www/common/loading.js @@ -121,7 +121,7 @@ define([], function () { loadingStyle, '', '', '
', '
',