mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
stub out mock sync provider
This commit is contained in:
parent
68e7007105
commit
3944c8c0cb
4 changed files with 109 additions and 7 deletions
|
@ -476,9 +476,9 @@
|
|||
|
||||
$(document.body).append(html);
|
||||
|
||||
var elem = $('#playerSelectionPanel').panel({}).trigger('create').panel("open").on("panelafterclose", function () {
|
||||
var elem = $('#playerSelectionPanel').panel({}).trigger('create').panel("open").on("panelclose", function () {
|
||||
|
||||
$(this).off("panelafterclose").remove();
|
||||
$(this).off("panelclose").remove();
|
||||
});
|
||||
|
||||
promise.done(function (targets) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue