Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
en:modifications:relatedlists-in-new-window [2015/03/12 14:09]
swarnat
en:modifications:relatedlists-in-new-window [2016/11/28 15:31] (current)
swarnat
Line 7: Line 7:
 ==== File: layouts/​vlayout/​modules/​Vtiger/​resources/​Detail.js ==== ==== File: layouts/​vlayout/​modules/​Vtiger/​resources/​Detail.js ====
  
-**Search:**+**Search: ​[~Line 1563] **
 (ONLY the one in the function registerEventForRelatedTabClick !) (ONLY the one in the function registerEventForRelatedTabClick !)
  
Line 50: Line 50:
  
  
 +**Search:**
 +<code javascript>​
 +jQuery('​.related',​ detailContainer).on('​click',​ '​li',​ function(e, urlAttributes){
 +</​code>​
  
 +**Replace with:**
 +<code javascript>​
 +jQuery('​.related',​ detailContainer).on('​mousedown',​ '​li',​ function(e, urlAttributes){
 +</​code>​