Differences

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

Link to this comparison view

Both sides previous 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 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>​