diff --git a/js/components/newsroom-menu.js b/js/components/newsroom-menu.js index 9d567e760..b637d9253 100644 --- a/js/components/newsroom-menu.js +++ b/js/components/newsroom-menu.js @@ -87,7 +87,10 @@ $(function() _load: function() { var me = this; - setTimeout(function() { me._getAllMessages(); }, 1000); + + if(this.options.providers.length > 0) { + setTimeout(function() { me._getAllMessages(); }, 1000); + } }, _getAllMessages: function() {