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

update subtitle escaping

This commit is contained in:
Luke Pulverenti 2015-08-16 11:53:30 -04:00
parent e97b2577b7
commit c5fce6d083
79 changed files with 408 additions and 247 deletions

View file

@ -1827,8 +1827,6 @@ var AppInfo = {};
if (AppInfo.isTouchPreferred) {
elem.classList.add('touch');
} else {
elem.classList.add('pointerInput');
}
if (AppInfo.cardMargin) {