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

the beginnings of remote control

This commit is contained in:
Luke Pulverenti 2013-05-29 00:00:24 -04:00
parent 57fed6b0ad
commit 5bb0338772
7 changed files with 246 additions and 34 deletions

View file

@ -464,7 +464,16 @@
});
}
$(document).on('pageshow', "#itemByNameDetailPage", function () {
$(document).on('pageinit', "#itemByNameDetailPage", function () {
var page = this;
$('#btnRemote', page).on('click', function () {
RemoteControl.showMenu(page, currentItem);
});
}).on('pageshow', "#itemByNameDetailPage", function () {
var page = this;