diff --git a/layouts/v7/modules/Rss/resources/List.js b/layouts/v7/modules/Rss/resources/List.js index c34408ffbaf2c567c9816d170c9649ef529962b0..1cc2fb248b0763ae9fd5c6aca36a752a98037c8e 100644 --- a/layouts/v7/modules/Rss/resources/List.js +++ b/layouts/v7/modules/Rss/resources/List.js @@ -321,7 +321,8 @@ Vtiger_List_Js("Rss_List_Js",{},{ var container = this.getListViewContainer(); this.registerRssAddButtonClickEvent(); this.registerRssUrlClickEvent(); - this.registerFeedClickEvent(container); + //Avoiding this call file_get_contents is not fetching data successfully. + //this.registerFeedClickEvent(container); this.registerMakeDefaultClickEvent(container); this.setFeedContainerHeight(container); }