static chat js

This commit is contained in:
Rohan Sircar 2019-11-07 13:20:34 +05:30
parent d577e38692
commit e85650d499

View File

@ -20,3 +20,9 @@ function handleChatForm() {
}
handleChatForm();
$(document).ready(function() {
$('#action_menu_btn').click(function() {
$('.action_menu').toggle();
});
});