From b17b7997603a027cace790ab528c598c7f6c159c Mon Sep 17 00:00:00 2001
From: ezsh <ezsh.junk@gmail.com>
Date: Sun, 17 Feb 2019 09:33:40 +0100
Subject: [PATCH] Add forgotten id to the overview tab

---
 src/uncategorized/main.tw | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/uncategorized/main.tw b/src/uncategorized/main.tw
index 5a40ad3045d..6a1b9bbe491 100644
--- a/src/uncategorized/main.tw
+++ b/src/uncategorized/main.tw
@@ -108,7 +108,7 @@ __''MAIN MENU''__&nbsp;&nbsp;&nbsp;&nbsp;//[[Summary Options]]//
 
 	<div class="tab">
 		<<if $useSlaveSummaryOverviewTab == 1>>
-		<button class="tablinks" onclick="opentab(event, 'overview')">Overview</button>
+		<button class="tablinks" onclick="opentab(event, 'overview')" id="tab overview">Overview</button>
 		<</if>>
 		<button class="tablinks" onclick="opentab(event, 'resting')" id="tab resting">Resting</button>
 		<button class="tablinks" onclick="opentab(event, 'stay confined')" id="tab stay confined">Confined</button>
@@ -431,7 +431,7 @@ __''MAIN MENU''__&nbsp;&nbsp;&nbsp;&nbsp;//[[Summary Options]]//
 	<<else>>
 		<script>document.getElementById("tab all").click();</script>
 	<</if>>
-	
+
 	</body>
 	<<if $positionMainLinks <= 0>>
 		<br><<MainLinks>>
-- 
GitLab