diff --git a/code/panes.js b/code/panes.js index cea82b51..8ab4610e 100644 --- a/code/panes.js +++ b/code/panes.js @@ -24,6 +24,7 @@ window.show = function(id) { case 'map': window.smartphone.mapButton.click(); $('#portal_highlight_select').show(); + $('#farm_level_select').show(); break; case 'info': window.smartphone.sideButton.click(); @@ -36,5 +37,6 @@ window.show = function(id) { window.hideall = function() { $('#chatcontrols, #chat, #chatinput, #sidebartoggle, #scrollwrapper, #updatestatus, #portal_highlight_select').hide(); + $('#farm_level_select').hide(); $('#map').css('visibility', 'hidden'); } diff --git a/plugins/layer-farms-find.user.js b/plugins/layer-farms-find.user.js index 3de7a111..4d544846 100644 --- a/plugins/layer-farms-find.user.js +++ b/plugins/layer-farms-find.user.js @@ -291,19 +291,26 @@ window.plugin.farmFind.drawCircle = function(farm) }; window.plugin.farmFind.setupCSS = function() { - $("