static chat js
This commit is contained in:
parent
d577e38692
commit
e85650d499
@ -20,3 +20,9 @@ function handleChatForm() {
|
||||
}
|
||||
|
||||
handleChatForm();
|
||||
|
||||
$(document).ready(function() {
|
||||
$('#action_menu_btn').click(function() {
|
||||
$('.action_menu').toggle();
|
||||
});
|
||||
});
|
Loading…
Reference in New Issue
Block a user