mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update jqm
This commit is contained in:
parent
55c36e3507
commit
6c549ec80b
23 changed files with 1793 additions and 1806 deletions
|
@ -787,9 +787,11 @@
|
|||
|
||||
var context = options.context;
|
||||
|
||||
var elem = getItemsOverlay(options.ids, context);
|
||||
require(['jqmpopup'], function () {
|
||||
var elem = getItemsOverlay(options.ids, context);
|
||||
|
||||
setItemIntoOverlay(elem, 0);
|
||||
setItemIntoOverlay(elem, 0);
|
||||
});
|
||||
}
|
||||
|
||||
function onCardClick(e) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue