mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-30 20:49:20 +03:00
Fixed Swedish flag
This commit is contained in:
parent
d3abb31ee7
commit
8af2140e7a
3 changed files with 2 additions and 5 deletions
|
|
@ -1481,7 +1481,6 @@
|
|||
if (oMessage)
|
||||
{
|
||||
var
|
||||
self = this,
|
||||
oAttachment = null,
|
||||
sTemp = oMessage.subject()
|
||||
;
|
||||
|
|
@ -1506,7 +1505,6 @@
|
|||
ComposePopupView.prototype.addDropboxAttachment = function (oDropboxFile)
|
||||
{
|
||||
var
|
||||
self = this,
|
||||
oAttachment = null,
|
||||
iAttachmentSizeLimit = Utils.pInt(Settings.settingsGet('AttachmentLimit')),
|
||||
mSize = oDropboxFile['bytes']
|
||||
|
|
@ -1561,7 +1559,6 @@
|
|||
ComposePopupView.prototype.addDriveAttachment = function (oDriveFile, sAccessToken)
|
||||
{
|
||||
var
|
||||
self = this,
|
||||
iAttachmentSizeLimit = Utils.pInt(Settings.settingsGet('AttachmentLimit')),
|
||||
oAttachment = null,
|
||||
mSize = oDriveFile['fileSize'] ? Utils.pInt(oDriveFile['fileSize']) : 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue