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
|
@ -522,9 +522,9 @@ var Dashboard = {
|
|||
|
||||
$(document.body).append(html);
|
||||
|
||||
var elem = $('#userFlyout').panel({}).trigger('create').panel("open").on("panelafterclose", function () {
|
||||
var elem = $('#userFlyout').panel({}).trigger('create').panel("open").on("panelclose", function () {
|
||||
|
||||
$(this).off("panelafterclose").remove();
|
||||
$(this).off("panelclose").remove();
|
||||
});
|
||||
});
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue