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:
parent
fa969561e2
commit
d0408d1f49
@ -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();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user