mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
rework nfo savers
This commit is contained in:
parent
10414ce9ac
commit
700e345aea
1 changed files with 9 additions and 0 deletions
|
@ -1308,6 +1308,15 @@ $(function () {
|
|||
ApiClient.closeWebSocket();
|
||||
}
|
||||
});
|
||||
|
||||
$(document).on('contextmenu', '.ui-popup-screen', function (e) {
|
||||
|
||||
document.title = '1';
|
||||
$('.ui-popup').popup('close');
|
||||
|
||||
e.preventDefault();
|
||||
return false;
|
||||
});
|
||||
});
|
||||
|
||||
Dashboard.jQueryMobileInit();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue