disable smiley that replaces url separator :/

This commit is contained in:
Miguel Freitas 2014-04-09 11:24:32 -03:00
parent 65f5ae4239
commit 66e865afc2

View File

@ -546,11 +546,12 @@ var unicodeConversionList = {
"u":"\u2764",
"n": -1
},
{
"k": /o.O|:\/|:\\/,
"u": "\uD83D\uDE15",
"n": -1
},
// disabled due to urls :/
// {
// "k": /o.O|:\/|:\\/,
// "u": "\uD83D\uDE15",
// "n": -1
// },
{
"k": /:\'\(/,
"u": "\uD83D\uDE22",