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