From c745267a8f4bc82884ad29bad4740330b41d8951 Mon Sep 17 00:00:00 2001 From: Ramiro Saenz Date: Mon, 11 Jul 2016 17:52:23 -0300 Subject: [PATCH] Remove spinner on launch --- app/Application.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/Application.js b/app/Application.js index 31a18418..ca6fa7ed 100644 --- a/app/Application.js +++ b/app/Application.js @@ -103,8 +103,8 @@ Ext.define('Rambox.Application', { ] }); - // Remove spinner after 3 secs - Ext.defer(function() { Ext.get('spinner').destroy(); }, 3000); + // Remove spinner + Ext.get('spinner').destroy(); } ,updateTotalNotifications: function( newValue, oldValue ) {