While testing 180232 I noticed that the #mw-mf-page-left li.icon-nearby in
if ( !M.supportsGeoLocation() ) {
$( '#mw-mf-page-left li.icon-nearby' ).remove();
}no longer selects the menu item and so it isn't removed in browsers that don't support geolocation.