Updated Autolinker lib

Fixed short links detection (Closes #354)
This commit is contained in:
RainLoop Team 2014-10-15 13:20:55 +04:00
parent 0af6fbadaa
commit 6acba46339
10 changed files with 2424 additions and 258 deletions

View file

@ -147,7 +147,7 @@
*/
Links.prototype.inbox = function ()
{
return this.sBase + 'mailbox/Inbox';
return this.sBase + 'mailbox/INBOX';
};
/**