Fix another visual bug
This commit is contained in:
		
							parent
							
								
									2f9eccf931
								
							
						
					
					
						commit
						10575f6f59
					
				@ -3,9 +3,6 @@
 | 
				
			|||||||
 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
 | 
					 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
$(document).ready(function () {
 | 
					$(document).ready(function () {
 | 
				
			||||||
    $("#msg-alert-box").on("click", ".close", function (e) {
 | 
					 | 
				
			||||||
        $("#msg-alert-box").fadeOut("slow");
 | 
					 | 
				
			||||||
    });
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
    if ($("#msg-alert-box").length) {
 | 
					    if ($("#msg-alert-box").length) {
 | 
				
			||||||
        $("#msg-alert-box .progress").css("height", "3px");
 | 
					        $("#msg-alert-box .progress").css("height", "3px");
 | 
				
			||||||
@ -60,6 +57,10 @@ $(document).ready(function () {
 | 
				
			|||||||
            msginteractiontick = 0;
 | 
					            msginteractiontick = 0;
 | 
				
			||||||
            console.log("👈😎👈 zoop");
 | 
					            console.log("👈😎👈 zoop");
 | 
				
			||||||
        });
 | 
					        });
 | 
				
			||||||
 | 
					        $("#msg-alert-box").on("click", ".close", function (e) {
 | 
				
			||||||
 | 
					            $("#msg-alert-box").fadeOut("slow");
 | 
				
			||||||
 | 
					            window.clearInterval(msgticker);
 | 
				
			||||||
 | 
					        });
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
});
 | 
					});
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user