Skip to content
Snippets Groups Projects
Commit e223d046 authored by lowercasedonkey's avatar lowercasedonkey
Browse files

Hide unused tabs

parent 6ec46fca
No related branches found
No related tags found
1 merge request!4038Hide unused tabs
...@@ -110,67 +110,68 @@ __''MAIN MENU''__    //[[Summary Options]]// ...@@ -110,67 +110,68 @@ __''MAIN MENU''__    //[[Summary Options]]//
<<run Object.keys($JobIDArray).forEach((job) => _penthouseSlaves += $JobIDArray[job].length)>> <<run Object.keys($JobIDArray).forEach((job) => _penthouseSlaves += $JobIDArray[job].length)>>
<<if $useSlaveSummaryOverviewTab == 1>> <<if $useSlaveSummaryOverviewTab == 1>>
<button class="tablinks" onclick="opentab(event, 'overview')" id="tab overview">Overview</button> <button class="tablinks" onclick="opentab(event, 'overview')" id="tab overview">Overview</button>
<</if>> <</if>>
<button class="tablinks" onclick="opentab(event, 'resting')" id="tab resting"> <button class="tablinks" onclick="opentab(event, 'resting')" id="tab resting">
Resting Resting
<<if $JobIDArray['rest'].length > 0>> <<if $JobIDArray['rest'].length > 0>>
($JobIDArray['rest'].length) ($JobIDArray['rest'].length)
<</if>> <</if>>
</button> </button>
<button class="tablinks" onclick="opentab(event, 'stay confined')" id="tab stay confined"> <<if $JobIDArray['stay confined'].length > 0>>
Confined <button class="tablinks" onclick="opentab(event, 'stay confined')" id="tab stay confined">
<<if $JobIDArray['stay confined'].length > 0>> Confined
($JobIDArray['stay confined'].length) ($JobIDArray['stay confined'].length)
<</if>> </button>
</button> <</if>>
<button class="tablinks" onclick="opentab(event, 'take classes')" id="tab take classes"> <<if $JobIDArray['take classes'].length > 0>>
Students <button class="tablinks" onclick="opentab(event, 'take classes')" id="tab take classes">
<<if $JobIDArray['take classes'].length > 0>> Students
($JobIDArray['take classes'].length) ($JobIDArray['take classes'].length)
<</if>> </button>
</button> <</if>>
<button class="tablinks" onclick="opentab(event, 'please you')" id="tab please you"> <<if $JobIDArray['please you'].length > 0>>
Fucktoys <button class="tablinks" onclick="opentab(event, 'please you')" id="tab please you">
<<if $JobIDArray['please you'].length > 0>> Fucktoys
($JobIDArray['please you'].length) ($JobIDArray['please you'].length)
<</if>> </button>
</button> <</if>>
<button class="tablinks" onclick="opentab(event, 'whore')" id="tab whore"> <<if $JobIDArray['whore'].length > 0>>
Whores <button class="tablinks" onclick="opentab(event, 'whore')" id="tab whore">
<<if $JobIDArray['whore'].length > 0>> Whores
($JobIDArray['whore'].length) ($JobIDArray['whore'].length)
<</if>> </button>
</button> <</if>>
<button class="tablinks" onclick="opentab(event, 'serve the public')" id="tab serve the public"> <<if $JobIDArray['serve the public'].length > 0>>
Public Servants <button class="tablinks" onclick="opentab(event, 'serve the public')" id="tab serve the public">
<<if $JobIDArray['serve the public'].length > 0>> Public Servants
($JobIDArray['serve the public'].length) ($JobIDArray['serve the public'].length)
<</if>> </button>
</button> <</if>>
<button class="tablinks" onclick="opentab(event, 'be a servant')" id="tab be a servant"> <<if $JobIDArray['be a servant'].length > 0>>
Servants <button class="tablinks" onclick="opentab(event, 'be a servant')" id="tab be a servant">
<<if $JobIDArray['be a servant'].length > 0>> Servants
($JobIDArray['be a servant'].length) ($JobIDArray['be a servant'].length)
<</if>> </button>
</button> <</if>>
<button class="tablinks" onclick="opentab(event, 'get milked')" id="tab milked"> <<if $JobIDArray['get milked'].length > 0>>
Cows <button class="tablinks" onclick="opentab(event, 'get milked')" id="tab milked">
<<if $JobIDArray['get milked'].length > 0>> Cows
($JobIDArray['get milked'].length) ($JobIDArray['get milked'].length)
<</if>> </button>
</button> <</if>>
<button class="tablinks" onclick="opentab(event, 'work a glory hole')" id="tab work a glory hole"> <<if $JobIDArray['work a glory hole'].length > 0>>
Gloryhole <button class="tablinks" onclick="opentab(event, 'work a glory hole')" id="tab work a glory hole">
<<if $JobIDArray['work a glory hole'].length > 0>> Gloryhole
($JobIDArray['work a glory hole'].length) ($JobIDArray['work a glory hole'].length)
<</if>> </button>
</button> <</if>>
<button class="tablinks" onclick="opentab(event, 'be a subordinate slave')" id="tab be a subordinate slave"> <<if $JobIDArray['be a subordinate slave'].length > 0>>
Subordinate slaves <button class="tablinks" onclick="opentab(event, 'be a subordinate slave')" id="tab be a subordinate slave">
<<if $JobIDArray['be a subordinate slave'].length > 0>> Subordinate slaves
($JobIDArray['be a subordinate slave'].length) ($JobIDArray['be a subordinate slave'].length)
<</if>> </button>
</button> <</if>>
<button class="tablinks" onclick="opentab(event, 'all')" id="tab all"> <button class="tablinks" onclick="opentab(event, 'all')" id="tab all">
All All
<<if _penthouseSlaves > 0>> <<if _penthouseSlaves > 0>>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment