From a01a6c27ca8ef83b7e55f99bdaefc0eb43cb010f Mon Sep 17 00:00:00 2001 From: Bruno Wagner Date: Mon, 5 Oct 2015 16:55:30 -0300 Subject: 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 --- web-ui/app/js/mail_view/data/mail_sender.js | 1 - 1 file changed, 1 deletion(-) (limited to 'web-ui/app/js/mail_view') 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 }); }; -- cgit v1.2.3