mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-12-08 20:48:48 +00:00
Adding pointer events to toasts, and being able to remove them b clicking
This commit is contained in:
@@ -281,6 +281,12 @@ $(document).on('click', '#cookieok', function() {
|
||||
});
|
||||
});
|
||||
|
||||
$(document).on('click', '#toast-container', function(){
|
||||
$(this).fadeOut(function(){
|
||||
$(this).remove();
|
||||
});
|
||||
});
|
||||
|
||||
$(".listen-button").click(function(){
|
||||
//console.log($(".room-namer").attr("placeholder"));
|
||||
if($(".room-namer").val() == ""){
|
||||
|
||||
Reference in New Issue
Block a user