Skip to content
Snippets Groups Projects
Commit 07892533 authored by Uma's avatar Uma
Browse files

Rss feed row click should be avoided

parent 944450cd
No related branches found
No related tags found
No related merge requests found
......@@ -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);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment