Changed size of logo
This commit is contained in:
parent
1f3a9ea317
commit
18380abc62
Binary file not shown.
Before Width: | Height: | Size: 25 KiB After Width: | Height: | Size: 11 KiB |
Binary file not shown.
Before Width: | Height: | Size: 4.4 KiB After Width: | Height: | Size: 7.7 KiB |
Binary file not shown.
Before Width: | Height: | Size: 12 KiB |
@ -193,7 +193,7 @@ function showSpinner() {
|
||||
function hideSpinner() {
|
||||
for (var i = 0; i < arguments.length; i++) {
|
||||
arguments[i].src = '';
|
||||
arguments[i].poster = './img/foot-logo.png';
|
||||
arguments[i].poster = './img/logo.png';
|
||||
arguments[i].style.background = '';
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user