Browse Source

Remove spinner on launch

pull/116/head
Ramiro Saenz 9 years ago
parent
commit
c745267a8f
  1. 4
      app/Application.js

4
app/Application.js

@ -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 ) {

Loading…
Cancel
Save