@@ -1338,7 +1338,7 @@ function msg(value)
}
else
{
- if(value.data.indexOf('http://') != -1)
+ if(value.data.indexOf('http') != -1)
url = value.data;