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

added live tv events

This commit is contained in:
Luke Pulverenti 2014-01-15 00:38:08 -05:00
parent 8c99e99477
commit ccc7823449
3 changed files with 9 additions and 11 deletions

View file

@ -2674,11 +2674,11 @@
//html += LibraryBrowser.getMiscInfoHtml(item);
//html += '</p>';
//html += '<p>';
//html += '<span class="itemCommunityRating">';
//html += LibraryBrowser.getRatingHtml(item);
//html += '</span>';
//html += '</p>';
html += '<p>';
html += '<span class="itemCommunityRating">';
html += LibraryBrowser.getRatingHtml(item);
html += '</span>';
html += '</p>';
html += '<p>';
html += '<span class="userDataIcons">';
@ -2732,7 +2732,7 @@
onShowTimerExpired(elem);
}, 300);
}, 600);
}
// https://hacks.mozilla.org/2013/04/detecting-touch-its-the-why-not-the-how/
@ -2742,7 +2742,7 @@
running on touch-capable device */
return this;
}
return this;
return this.on('mouseenter', '.posterItem', onHoverIn).on('mouseleave', '.posterItem', onHoverOut);
};