forked from marva/sumorobot-web
fix hiding tooltip on mobile devices
This commit is contained in:
parent
5958c1d298
commit
e473f47ea4
@ -227,5 +227,7 @@ window.addEventListener('load', function() {
|
|||||||
sumorobot = new Sumorobot(`ws://${ROBOT_SERVER}`, robotId);
|
sumorobot = new Sumorobot(`ws://${ROBOT_SERVER}`, robotId);
|
||||||
// Hide the configuration panel
|
// Hide the configuration panel
|
||||||
$('#panel').hide();
|
$('#panel').hide();
|
||||||
|
// Hide the tooltip, necessary on mobile devices
|
||||||
|
$('[data-toggle="tooltip"]').tooltip('hide');
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user