mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 12:09:20 +03:00
Fixed Opening an email with specific content „hangs” RainLoop in the browser (Closes #308)
Code refactoring
This commit is contained in:
parent
af43329902
commit
7a374ebe03
40 changed files with 1100 additions and 181 deletions
5
dev/External/ko.js
vendored
5
dev/External/ko.js
vendored
|
|
@ -568,7 +568,7 @@
|
|||
|
||||
var
|
||||
Utils = require('Common/Utils'),
|
||||
EmailModel = require('Model:Email'),
|
||||
EmailModel = require('Model/Email'),
|
||||
|
||||
$oEl = $(oElement),
|
||||
fValue = fValueAccessor(),
|
||||
|
|
@ -600,7 +600,6 @@
|
|||
{
|
||||
oEmail = new EmailModel();
|
||||
oEmail.mailsoParse(sValue);
|
||||
oEmail.clearDuplicateName();
|
||||
return [oEmail.toLine(false), oEmail];
|
||||
}
|
||||
|
||||
|
|
@ -642,7 +641,7 @@
|
|||
|
||||
var
|
||||
Utils = require('Common/Utils'),
|
||||
ContactTagModel = require('Model:ContactTag'),
|
||||
ContactTagModel = require('Model/ContactTag'),
|
||||
|
||||
$oEl = $(oElement),
|
||||
fValue = fValueAccessor(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue