"Fix" Back updateBackButton evaluation

This commit is contained in:
Sparky 2019-01-19 12:43:36 -05:00
parent 036cf6ef95
commit 91b7161993

View file

@ -747,7 +747,7 @@ define(["dom", "layoutManager", "inputManager", "connectionManager", "events", "
}
if (headerBackButton) {
if ("false" !== !isDashboardPage && page.getAttribute("data-backbutton") && appRouter.canGoBack()) {
if (page.getAttribute("data-backbutton") && appRouter.canGoBack()) {
headerBackButton.classList.remove("hide");
} else {
headerBackButton.classList.add("hide");