summaryrefslogtreecommitdiff
path: root/web-ui/app/js/mail_view/data
diff options
context:
space:
mode:
authorBruno Wagner <bwagner@riseup.net>2015-10-05 16:55:30 -0300
committerBruno Wagner <bwagner@riseup.net>2015-10-05 16:55:30 -0300
commita01a6c27ca8ef83b7e55f99bdaefc0eb43cb010f (patch)
tree37ed759a8cbed86f13645a21bbd0d6686119a42e /web-ui/app/js/mail_view/data
parent912c0774118bddf64c31e6fe88090ab2f99abaea (diff)
Removed "loading..." from the UI
The loading wasn't adding much in terms of feedback and was getting over important statuses like signature and encryption information. We removed the generic loading for now and we might add specific loading for certain parts as needed
Diffstat (limited to 'web-ui/app/js/mail_view/data')
-rw-r--r--web-ui/app/js/mail_view/data/mail_sender.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/web-ui/app/js/mail_view/data/mail_sender.js b/web-ui/app/js/mail_view/data/mail_sender.js
index eef34e90..0d11c636 100644
--- a/web-ui/app/js/mail_view/data/mail_sender.js
+++ b/web-ui/app/js/mail_view/data/mail_sender.js
@@ -66,7 +66,6 @@ define(
dataType: 'json',
contentType: 'application/json; charset=utf-8',
data: JSON.stringify(mail),
- skipLoadingWarning: true,
skipErrorMessage: true
});
};