mirror of
				https://github.com/ether/etherpad-lite.git
				synced 2025-11-04 02:01:30 +01:00 
			
		
		
		
	Fix showModal animation.
New content shouldn' slide in before the containing popup.
This commit is contained in:
		
							parent
							
								
									4220d6bedd
								
							
						
					
					
						commit
						2d0cf156af
					
				@ -33,9 +33,9 @@ var padmodals = (function()
 | 
				
			|||||||
    },
 | 
					    },
 | 
				
			||||||
    showModal: function(messageId)
 | 
					    showModal: function(messageId)
 | 
				
			||||||
    {
 | 
					    {
 | 
				
			||||||
      $("#connectivity .visible").removeClass('visible');
 | 
					 | 
				
			||||||
      $("#connectivity ."+messageId).addClass('visible');
 | 
					 | 
				
			||||||
      padeditbar.toggleDropDown("none", function() {
 | 
					      padeditbar.toggleDropDown("none", function() {
 | 
				
			||||||
 | 
					        $("#connectivity .visible").removeClass('visible');
 | 
				
			||||||
 | 
					        $("#connectivity ."+messageId).addClass('visible');
 | 
				
			||||||
        padeditbar.toggleDropDown("connectivity");
 | 
					        padeditbar.toggleDropDown("connectivity");
 | 
				
			||||||
      });
 | 
					      });
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user