Skip to content
Snippets Groups Projects
Commit 3b27de5e authored by Kurund Jalmi's avatar Kurund Jalmi
Browse files

Merge pull request #941 from kurund/CRM-12711

removing code that popsup dialog on load in j2,j3 and wp
parents bc0f6ad8 1fbb0752
No related branches found
No related tags found
No related merge requests found
......@@ -82,12 +82,6 @@
count++;
});
// FIXME
var url=location.href.split('&');
if (url[3]) {
$('#popup-button').click();
}
columns = columns.substring(0, columns.length - 1 );
sortColumn = sortColumn.substring(0, sortColumn.length - 1 );
eval('sortColumn =[' + sortColumn + ']');
......
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