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