Changed logo
This commit is contained in:
parent
c57fe10836
commit
1f3a9ea317
BIN
static/img/foot-logo.png
Executable file
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 |
@ -193,7 +193,7 @@ function showSpinner() {
|
|||||||
function hideSpinner() {
|
function hideSpinner() {
|
||||||
for (var i = 0; i < arguments.length; i++) {
|
for (var i = 0; i < arguments.length; i++) {
|
||||||
arguments[i].src = '';
|
arguments[i].src = '';
|
||||||
arguments[i].poster = './img/webrtc.png';
|
arguments[i].poster = './img/foot-logo.png';
|
||||||
arguments[i].style.background = '';
|
arguments[i].style.background = '';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user