Skip to content
Snippets Groups Projects
Commit 247598a0 authored by Pregmodder's avatar Pregmodder
Browse files

Fixed SG tabs

parent 10f2961c
No related branches found
No related tags found
No related merge requests found
......@@ -367,8 +367,8 @@
<div class="tabbar">
<button class="tablinks" onclick="App.UI.tabbar.openTab(event, 'Overview')" id="tab Overview">Overview</button>
<button class="tablinks" onclick="App.UI.tabbar.openTab(event, 'Physical')" id="tab Appearance">Physical</button>
<button class="tablinks" onclick="App.UI.tabbar.openTab(event, 'Mental')" id="tab Appearance">Mental</button>
<button class="tablinks" onclick="App.UI.tabbar.openTab(event, 'Physical')" id="tab Physical">Physical</button>
<button class="tablinks" onclick="App.UI.tabbar.openTab(event, 'Mental')" id="tab Mental">Mental</button>
<button class="tablinks" onclick="App.UI.tabbar.openTab(event, 'Skills')" id="tab Skills">Skills</button>
<button class="tablinks" onclick="App.UI.tabbar.openTab(event, 'Family', App.StartingGirls.uncommittedFamilyTree(V.activeSlave))" id="tab Family">Family</button>
<button class="tablinks" onclick="App.UI.tabbar.openTab(event, 'Customization')" id="tab Customization">Customization</button>
......
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