1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

move lazy script

This commit is contained in:
Luke Pulverenti 2014-04-10 11:33:42 -04:00
parent b7c828e294
commit 305646fa63
3 changed files with 6 additions and 12 deletions

View file

@ -1386,10 +1386,6 @@ $(function () {
ApiClient.closeWebSocket();
}
});
$("body").on("create", function () {
$(".lazy").unveil(200);
});
});
Dashboard.jQueryMobileInit();