i forgor one of em
| @@ -766,9 +766,9 @@ export function initRossMods() { | ||
| 766 | 766 | } |
| 767 | 767 | }); |
| 768 | 768 | |
| 769 | + if (!isMobile()) { //only read/set pin states on non-mobile devices | |
| 769 | 770 | // read the state of right Nav Lock and apply to rightnav classlist |
| 770 | 771 | $(RPanelPin).prop('checked', accountStorage.getItem('NavLockOn') == 'true'); |
| 771 | - if (!isMobile()) { //only read/set pin states on non-mobile devices | |
| 772 | 772 | if (accountStorage.getItem('NavLockOn') == 'true') { |
| 773 | 773 | //console.log('setting pin class via local var'); |
| 774 | 774 | $(RightNavPanel).addClass('pinnedOpen'); |