forked from marva/sumorobot-web
		
	remove robot ID rooltip
This commit is contained in:
		@@ -10,12 +10,6 @@ var codingEnabled = false;
 | 
			
		||||
var liveStreamVisible = false;
 | 
			
		||||
 | 
			
		||||
window.addEventListener('load', function() {
 | 
			
		||||
    // Activate tooltips
 | 
			
		||||
    $('[data-toggle="tooltip"]').tooltip({
 | 
			
		||||
        animated: 'fade',
 | 
			
		||||
        placement: 'bottom',
 | 
			
		||||
        html: true
 | 
			
		||||
    });
 | 
			
		||||
    // Set the robot ID from the localstorage
 | 
			
		||||
    $('#robot-id').val(getLocalStorageItem('sumorobot.robotId'));
 | 
			
		||||
 | 
			
		||||
@@ -227,7 +221,5 @@ 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');
 | 
			
		||||
    });
 | 
			
		||||
});
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										5
									
								
								assets/js/min/popper.min.js
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										5
									
								
								assets/js/min/popper.min.js
									
									
									
									
										vendored
									
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							
		Reference in New Issue
	
	Block a user