i forgor one of em

1e7309fa175bba86219fea328e91243d5080e0b9

RossAscends <rossascendshamma@gmail.com>

1 files changed, +2 -2Ignore whitespace
public/scripts/RossAscends-mods.js+2 -2
@@ -766,9 +766,9 @@ export function initRossMods() {
766766 }
767767 });
768768
769- // read the state of right Nav Lock and apply to rightnav classlist
770- $(RPanelPin).prop('checked', accountStorage.getItem('NavLockOn') == 'true');
771769 if (!isMobile()) { //only read/set pin states on non-mobile devices
770+ // read the state of right Nav Lock and apply to rightnav classlist
771+ $(RPanelPin).prop('checked', accountStorage.getItem('NavLockOn') == 'true');
772772 if (accountStorage.getItem('NavLockOn') == 'true') {
773773 //console.log('setting pin class via local var');
774774 $(RightNavPanel).addClass('pinnedOpen');