add console.log
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user