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

update audio animation

This commit is contained in:
Luke Pulverenti 2015-11-30 01:19:31 -05:00
parent 7dd1eedf26
commit 0a96f8e0bf
6 changed files with 22 additions and 13 deletions

View file

@ -2387,6 +2387,8 @@ var AppInfo = {};
browser.mobile = true;
}
browser.animate = document.documentElement.animate != null;
window.browserInfo = browser;
}