mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-06-01 08:29:45 +00:00
(js) New progress indicator in Mail module
This commit is contained in:
@@ -150,7 +150,7 @@
|
||||
*/
|
||||
Mailbox.prototype.init = function(data) {
|
||||
var _this = this;
|
||||
this.$isLoading = false;
|
||||
this.$isLoading = true;
|
||||
this.$messages = [];
|
||||
this.uidsMap = {};
|
||||
angular.extend(this, data);
|
||||
|
||||
Reference in New Issue
Block a user