1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

display current program in tv channel osd

This commit is contained in:
Luke Pulverenti 2015-08-31 00:57:12 -04:00
parent 66229987f6
commit 393670e6c5
2 changed files with 2 additions and 6 deletions

View file

@ -480,8 +480,6 @@ var Dashboard = {
showLoadingMsg: function () {
console.log('showLoadingMsg');
var elem = document.querySelector('.docspinner');
if (elem) {
@ -504,8 +502,6 @@ var Dashboard = {
hideLoadingMsg: function () {
console.log('hideLoadingMsg');
var elem = document.querySelector('.docspinner');
if (elem) {