Skip to content
Snippets Groups Projects
Commit a44601d8 authored by Prasad's avatar Prasad
Browse files

Rss feed row click event is deprecated

parents 7bd524f1 ab5f3ead
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 as 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