Remove any tooltip on pane change

(there is no JS event triggered that would remove the tooltip when the action comes from Android)
This commit is contained in:
fkloft 2013-10-17 00:20:54 +02:00
parent fa969561e2
commit d0408d1f49

View File

@ -39,4 +39,5 @@ window.hideall = function() {
$('#chatcontrols, #chat, #chatinput, #sidebartoggle, #scrollwrapper, #updatestatus, #portal_highlight_select').hide(); $('#chatcontrols, #chat, #chatinput, #sidebartoggle, #scrollwrapper, #updatestatus, #portal_highlight_select').hide();
$('#farm_level_select').hide(); $('#farm_level_select').hide();
$('#map').css('visibility', 'hidden'); $('#map').css('visibility', 'hidden');
$('.ui-tooltip').remove();
} }