mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
add console.log
This commit is contained in:
parent
0e306cad76
commit
6eb8e1b8fa
2 changed files with 5 additions and 2 deletions
|
@ -210,7 +210,8 @@ define(["dom", "layoutManager", "inputManager", "connectionManager", "events", "
|
|||
|
||||
// add buttons to navigation drawer
|
||||
|
||||
navDrawerScrollContainer.innerHTML = html; // bind logout button click to method
|
||||
navDrawerScrollContainer.innerHTML = html;
|
||||
// bind logout button click to method
|
||||
|
||||
var btnLogout = navDrawerScrollContainer.querySelector(".btnLogout");
|
||||
|
||||
|
|
|
@ -33,7 +33,9 @@ define(["layoutManager", "datetime", "cardBuilder", "apphost"], function (layout
|
|||
month: "short",
|
||||
day: "numeric"
|
||||
});
|
||||
} catch (err) {}
|
||||
} catch (err) {
|
||||
console.log("Error parsing premiereDate:" + item.StartDate);
|
||||
}
|
||||
}
|
||||
|
||||
if (dateText != currentGroupName) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue