From cd5e6d331afe580d158bf3d6d5665d81fb337679 Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Thu, 24 Jul 2014 21:39:03 +0500 Subject: [PATCH] update css --- html5/verto/demo/index.html | 91 +++++++++++++++++++------------------ html5/verto/demo/verto.js | 2 +- 2 files changed, 49 insertions(+), 44 deletions(-) diff --git a/html5/verto/demo/index.html b/html5/verto/demo/index.html index 7a6e53acea..415def7224 100644 --- a/html5/verto/demo/index.html +++ b/html5/verto/demo/index.html @@ -9,54 +9,59 @@ FreeSWITCH Verto™ Demo diff --git a/html5/verto/demo/verto.js b/html5/verto/demo/verto.js index 6e05941a0f..0c7a00d824 100644 --- a/html5/verto/demo/verto.js +++ b/html5/verto/demo/verto.js @@ -111,7 +111,7 @@ var callbacks = { var body = data.body.replace(/(http[s]{0,1}:\/\/\S+)/g, "$1<\/a>"); body = body.replace(/(?:\r\n|\r|\n)/g, '
'); - $("#chatwin").append("" + data.from + ":
" + "" + body + "" + "
"); + $("#chatwin").append("" + data.from + ":
" + body); $('#chatwin').animate({"scrollTop": $('#chatwin')[0].scrollHeight}, "fast"); break;