Fix chat buttons

This commit is contained in:
cuom1999 2022-08-22 23:49:20 -05:00
parent 69e3303f61
commit e3881c7409
4 changed files with 13 additions and 11 deletions

View file

@ -14,12 +14,5 @@
$(this).parent().submit();
}
});
$(document).ready(function () {
$('.control-button').click(function(e) {
e.preventDefault();
$('#control-panel').toggle("fast");
})
});
});
</script>