diff --git a/src/init/storyInit.tw b/src/init/storyInit.tw
index cea092c6e8bdacb5de6004d574c13b8325b0b944..f3bf71ab90348348c41eaa04dc9def439bbd8264 100644
--- a/src/init/storyInit.tw
+++ b/src/init/storyInit.tw
@@ -332,6 +332,9 @@ You should have received a copy of the GNU General Public License along with thi
 	<<set $useAccordion = 0>>
 
 	<<set $useTabs = 0>>
+	<<set $tabChoice = {
+		Main: "all"
+	}>>
 
 	/*onlyintendeddickgirls variables */
 	<<set $makeDicks = 0>>
diff --git a/src/uncategorized/BackwardsCompatibility.tw b/src/uncategorized/BackwardsCompatibility.tw
index 859270205d47a8dd9c9bd6e88455acd6b2ae2ea9..85f4a6e18e07820afb4a2c242898278c4e0fb977 100644
--- a/src/uncategorized/BackwardsCompatibility.tw
+++ b/src/uncategorized/BackwardsCompatibility.tw
@@ -228,6 +228,11 @@
 <<if def $customValue>>
 	<<unset $customValue>>
 <</if>>
+<<if ndef $tabChoice>>
+	<<set $tabChoice = {
+		Main: "all"
+	}>>
+<</if>>
 
 /* pregmod stuff */