|
|
@ -103,8 +103,8 @@ Ext.define('Rambox.Application', { |
|
|
|
] |
|
|
|
] |
|
|
|
}); |
|
|
|
}); |
|
|
|
|
|
|
|
|
|
|
|
// Remove spinner after 3 secs
|
|
|
|
// Remove spinner
|
|
|
|
Ext.defer(function() { Ext.get('spinner').destroy(); }, 3000); |
|
|
|
Ext.get('spinner').destroy(); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
,updateTotalNotifications: function( newValue, oldValue ) { |
|
|
|
,updateTotalNotifications: function( newValue, oldValue ) { |
|
|
|