From: Anthony Minessale Date: Thu, 24 Jul 2014 16:39:03 +0000 (+0500) Subject: update css X-Git-Tag: v1.4.8~10^2~27 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd5e6d331afe580d158bf3d6d5665d81fb337679;p=thirdparty%2Ffreeswitch.git update css --- 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;