Skip to content
Snippets Groups Projects
Commit a2514584 authored by root's avatar root
Browse files

#Fixes::156658178::ChaitanyaN::Quick view console error fixed

parent bbafe1f1
No related branches found
No related tags found
No related merge requests found
......@@ -304,8 +304,7 @@ Vtiger.Class('Vtiger_Widget_Js',{
},
openUrl : function(url) {
var win = window.open(url, '_blank');
win.focus();
window.open(url, '_blank');
}
});
......
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