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

update polymer components

This commit is contained in:
Luke Pulverenti 2015-10-28 16:56:25 -04:00
parent 0320ad7256
commit 3c08769c6c
29 changed files with 961 additions and 844 deletions

View file

@ -514,13 +514,13 @@ var Dashboard = {
} else {
// IE renders it incorrectly
if (!$.browser.msie && !$.browser.edge) {
//if (!$.browser.msie && !$.browser.edge) {
elem = document.createElement("paper-spinner");
elem.classList.add('docspinner');
document.body.appendChild(elem);
elem.active = true;
}
//}
}
},