diff --git a/code/panes.js b/code/panes.js index 8ab4610e..7470b44b 100644 --- a/code/panes.js +++ b/code/panes.js @@ -39,4 +39,5 @@ window.hideall = function() { $('#chatcontrols, #chat, #chatinput, #sidebartoggle, #scrollwrapper, #updatestatus, #portal_highlight_select').hide(); $('#farm_level_select').hide(); $('#map').css('visibility', 'hidden'); + $('.ui-tooltip').remove(); }