magma1447 / greasemonkey-geocaching-projectgc

Adds links and data to Geocaching.com to make it collaborate with Project-GC.com
MIT License
18 stars 14 forks source link

PGC User menu can't be opened on Settings-page #66

Closed magma1447 closed 6 years ago

magma1447 commented 6 years ago

The PGC user menu is broken at https://www.geocaching.com/account/settings/preferences .

It seems to me like $('#pgcUserMenu, #pgcSettingsOverlay').toggle() doesn't match anything, even though both elements exists.

sdahlbac commented 6 years ago

The problem looks to be that there is no jquery available, which sounds totally bonkers when thinking about it since the userscript is explicitly requiring jquery. I'll investigate further...