Changed logo

This commit is contained in:
Artyom Abubakirov 2018-07-24 12:23:54 +05:00
parent c57fe10836
commit 1f3a9ea317
6 changed files with 1 additions and 1 deletions

BIN
static/img/foot-logo.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 51 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 64 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

View File

@ -193,7 +193,7 @@ function showSpinner() {
function hideSpinner() {
for (var i = 0; i < arguments.length; i++) {
arguments[i].src = '';
arguments[i].poster = './img/webrtc.png';
arguments[i].poster = './img/foot-logo.png';
arguments[i].style.background = '';
}
}