Project-GC Userscript/Development/Settings Menu
Settings Menu
$("#pgcUserMenuButton").click(function(e) { $('#pgcUserMenu').show(); // Issue 108; fixed 2022-09-05 (Settings menu now reloading page) e.preventDefault(); })
Settings Menu
$("#pgcUserMenuButton").click(function(e) { $('#pgcUserMenu').show(); // Issue 108; fixed 2022-09-05 (Settings menu now reloading page) e.preventDefault(); })