From 360d8ac3428b8aa4ba5c930b9d7e2f52f2f009ec Mon Sep 17 00:00:00 2001 From: Acamaeda Date: Sun, 8 Nov 2020 18:47:17 -0500 Subject: [PATCH] Fix lastSafeTab --- changelog.md | 1 + js/utils.js | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 92f0960..b671d4f 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,7 @@ # The Modding Tree changelog: - Fixed tree branches being offset. +- Fix to lastSafeTab. ### v2.2.1 - 11/7/20 - Added a small highlight to layers you can meaningfully prestige on. diff --git a/js/utils.js b/js/utils.js index cd52fae..799a969 100644 --- a/js/utils.js +++ b/js/utils.js @@ -100,7 +100,7 @@ function startPlayerBase() { showStory: true, points: modInfo.initialStartPoints, subtabs: {}, - lastSafeTab: (layoutInfo.showTree ? "none" : "layoutInfo.startTab") + lastSafeTab: (layoutInfo.showTree ? "none" : layoutInfo.startTab) } }