Update the chat.html file in the templates folder with the following markup: ... $("#chatbox").submit(function(){ if (!msgBox.val()) return false; ...
確定! 回上一頁