HTML signature (closed #24)

New html editor (ckeditor integration)
This commit is contained in:
RainLoop Team 2014-02-07 03:22:39 +04:00
parent 320f92b1a8
commit f9c7de2920
74 changed files with 5731 additions and 2282 deletions

View file

@ -809,11 +809,6 @@ RainLoopApp.prototype.bootstart = function ()
kn.startScreens([MailBoxScreen, SettingsScreen]);
// setup maito protocol
$document.on('mousedown', '#rl-center a', function (oEvent) {
return !(oEvent && 3 !== oEvent['which'] && RL.mailToHelper($(this).attr('href')));
});
if (bGoogle || bFacebook || bTwitter)
{
RL.socialUsers(true);