From 543c74e5790776e111fa29883e443a5a5cf009b0 Mon Sep 17 00:00:00 2001 From: Elena.Budnik Date: Fri, 13 May 2016 16:33:29 +0200 Subject: [PATCH] defer for empty catalog popup --- js/app/controllers/InteractiveModule.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/app/controllers/InteractiveModule.js b/js/app/controllers/InteractiveModule.js index 88197ad..c602e81 100644 --- a/js/app/controllers/InteractiveModule.js +++ b/js/app/controllers/InteractiveModule.js @@ -134,7 +134,7 @@ Ext.define('amdaDesktop.InteractiveModule', { show: function() { // configuration of empty catalog if (this.isOperationOnShow) - this.operationOnShow(); + Ext.Function.defer(this.operationOnShow, 2000, this); if (onShowEvent) onShowEvent(); } -- libgit2 0.21.2