From acaa5f74ebe0c8386d1e2f0bbe020acf1fe49740 Mon Sep 17 00:00:00 2001 From: Yana Stamcheva Date: Fri, 20 Dec 2013 15:19:17 +0100 Subject: [PATCH] Adds you're about to leave this page warning. --- app.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app.js b/app.js index cf44a51cb..ced421b91 100644 --- a/app.js +++ b/app.js @@ -434,6 +434,9 @@ function dump(elem, filename){ return false; } +/* + * Appends the given message to the chat conversation. + */ function updateChatConversation(nick, message) { var divClassName = '';