From 442f1abb1195c151ad7a64bf15fcfce3dc07247f Mon Sep 17 00:00:00 2001 From: lowercase-donkey <lowercasedonkey@gmail.com> Date: Sat, 23 Mar 2019 02:14:35 -0400 Subject: [PATCH] add doc to rest --- 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 26f8d93f74e..e379ab652bc 100644 --- a/src/uncategorized/main.tw +++ b/src/uncategorized/main.tw @@ -110,8 +110,8 @@ __''MAIN MENU''__ //[[Summary Options]]// <<run Object.keys($JobIDArray).forEach((job) => _penthouseSlaves += $JobIDArray[job].length)>> <<if $useSlaveSummaryOverviewTab == 1>> <button class="tablinks" onclick="opentab(event, 'overview')" id="tab overview">Overview</button> - <</if>> - <button class="tablinks" onclick="opentab(event, 'resting')" id="tab resting"> + <</if>> + <button class="tablinks" onclick="opentab(event, 'resting')" id="tab resting"> /*leaving resting always on as it changes a lot from week to week. */ Resting <<if $JobIDArray['rest'].length > 0>> ($JobIDArray['rest'].length) -- GitLab