From 98c53f5da9a5e74281c5cce10257e4057dbd296a 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 f3d4f6197..ec3320e99 100644 --- a/app.js +++ b/app.js @@ -406,6 +406,9 @@ function dump(elem, filename){ return false; } +/* + * Appends the given message to the chat conversation. + */ function updateChatConversation(nick, message) { var divClassName = '';