1
0
Fork 0
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:
Luke Pulverenti 2014-07-22 12:36:34 -04:00
parent 68e7007105
commit 3944c8c0cb
4 changed files with 109 additions and 7 deletions

View file

@ -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();
});
});
},