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

remove log

This commit is contained in:
Cameron 2020-07-29 09:08:26 +01:00
parent e3ca0a3d99
commit 8985ba2a95

View file

@ -880,7 +880,7 @@ function initClient() {
});
}
}
console.log(appRouter)
appRouter.showLocalLogin = function (serverId, manualLogin) {
Dashboard.navigate('login.html?serverid=' + serverId);
};