From ab5f3eade5dac2a2d682e32c105ed685b37ffa9d Mon Sep 17 00:00:00 2001
From: Uma <uma.s@vtiger.com>
Date: Thu, 24 Oct 2019 18:40:26 +0530
Subject: [PATCH] Rss feed row click should be avoided

---
 layouts/v7/modules/Rss/resources/List.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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