Fix missing emails in compose popup

This commit is contained in:
RainLoop Team 2013-12-28 15:37:34 +04:00
parent 2b626afb8b
commit f690ee1532
5 changed files with 5 additions and 5 deletions

View file

@ -2725,6 +2725,7 @@ ko.bindingHandlers.emailsTags = {
if ($oEl.data('EmailsTagsValue') !== sValue)
{
$oEl.val(sValue);
$oEl.data('EmailsTagsValue', sValue);
$oEl.inputosaurus('refresh');
}
});

File diff suppressed because one or more lines are too long

View file

@ -2725,6 +2725,7 @@ ko.bindingHandlers.emailsTags = {
if ($oEl.data('EmailsTagsValue') !== sValue)
{
$oEl.val(sValue);
$oEl.data('EmailsTagsValue', sValue);
$oEl.inputosaurus('refresh');
}
});

File diff suppressed because one or more lines are too long