diff --git a/chatto/src/main/resources/static/js/chatStatic.js b/chatto/src/main/resources/static/js/chatStatic.js index 1dbaae6..ecee773 100644 --- a/chatto/src/main/resources/static/js/chatStatic.js +++ b/chatto/src/main/resources/static/js/chatStatic.js @@ -19,4 +19,10 @@ function handleChatForm() { }) } -handleChatForm(); \ No newline at end of file +handleChatForm(); + +$(document).ready(function() { + $('#action_menu_btn').click(function() { + $('.action_menu').toggle(); + }); +}); \ No newline at end of file