Deviation Main Page: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 77: | Line 77: | ||
<div class="mw-tab-btn" data-tab="slot3">Combat</div> | <div class="mw-tab-btn" data-tab="slot3">Combat</div> | ||
<div class="mw-tab-btn" data-tab="slot4">Territory</div> | <div class="mw-tab-btn" data-tab="slot4">Territory</div> | ||
<div class="mw-tab-btn" data-tab="slot5">Fused</div> | |||
</div> | </div> | ||
<!-- ================= DEVIATIONS ================= --> | <!-- ================= DEVIATIONS ================= --> | ||
| Line 231: | Line 232: | ||
</div> | </div> | ||
<div id="territoryOutput" class="output" style="display:none;"></div> | <div id="territoryOutput" class="output" style="display:none;"></div> | ||
</div> | |||
<!-- ================= FUSED ================= --> | |||
<div id="slot5" class="mw-tab-content"> | |||
<div class="dropdown"> | |||
<select id="fusedSelect"> | |||
<option value="">Select Item</option> | |||
</select> | |||
</div> | |||
<div id="fusedOutput" class="output" style="display:none;"></div> | |||
</div> | </div> | ||
</div> | </div> | ||
| Line 2,423: | Line 2,433: | ||
] | ] | ||
} | } | ||
}; | |||
const fusedData = { | |||
}; | }; | ||
/* DROPDOWN LOGIC */ | /* DROPDOWN LOGIC */ | ||
| Line 2,446: | Line 2,458: | ||
bindDropdown("combatSelect", "combatOutput", combatData); | bindDropdown("combatSelect", "combatOutput", combatData); | ||
bindDropdown("territorySelect", "territoryOutput", territoryData); | bindDropdown("territorySelect", "territoryOutput", territoryData); | ||
bindDropdown("fusedSelect", "fusedOutput", fusedData); | |||
</script> | </script> | ||
</div> | </div> | ||
</html> | </html> | ||