More actions
No edit summary |
No edit summary |
||
| Line 4: | Line 4: | ||
$(document).ready(function() { | $(document).ready(function() { | ||
if (window.innerWidth >= 768) { // Only on desktop | if (window.innerWidth >= 768) { // Only on desktop | ||
const idsToCollapse = ['Muling', 'Misc', 'Anti-ban', 'Anti-PK' 'Trip Settings', 'Skills Settings', 'Equipment']; // section IDs | const idsToCollapse = ['Muling', 'Misc', 'Anti-ban', 'Anti-PK', 'Trip Settings', 'Skills Settings', 'Equipment']; // section IDs | ||
idsToCollapse.forEach(function(id) { | idsToCollapse.forEach(function(id) { | ||