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;