From d0408d1f49bee1973b16cc29643f369a2c2c0cb0 Mon Sep 17 00:00:00 2001 From: fkloft Date: Thu, 17 Oct 2013 00:20:54 +0200 Subject: [PATCH] Remove any tooltip on pane change (there is no JS event triggered that would remove the tooltip when the action comes from Android) --- code/panes.js | 1 + 1 file changed, 1 insertion(+) 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(); }