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:
parent
66229987f6
commit
393670e6c5
2 changed files with 2 additions and 6 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue