diff --git a/static/img/foot-logo.png b/static/img/foot-logo.png new file mode 100755 index 0000000..fafb9db Binary files /dev/null and b/static/img/foot-logo.png differ diff --git a/static/img/kurento.png b/static/img/kurento.png deleted file mode 100755 index 6f1a4ad..0000000 Binary files a/static/img/kurento.png and /dev/null differ diff --git a/static/img/naevatec.png b/static/img/naevatec.png deleted file mode 100755 index 05ee704..0000000 Binary files a/static/img/naevatec.png and /dev/null differ diff --git a/static/img/pipeline.png b/static/img/pipeline.png deleted file mode 100755 index 3360c0d..0000000 Binary files a/static/img/pipeline.png and /dev/null differ diff --git a/static/img/urjc.gif b/static/img/urjc.gif deleted file mode 100755 index cd8a770..0000000 Binary files a/static/img/urjc.gif and /dev/null differ diff --git a/static/js/index.js b/static/js/index.js index d9c40c4..b7f4fe8 100755 --- a/static/js/index.js +++ b/static/js/index.js @@ -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 = ''; } }