Changes

From Life After BOB Wiki
126 bytes removed ,  14:31, 9 June 2021
no edit summary
Line 9: Line 9:  
                 var url = $(this).attr('href');  
 
                 var url = $(this).attr('href');  
 
                 window.open(url, '_blank');
 
                 window.open(url, '_blank');
        //var otherWindow = window.open();
  −
//otherWindow.opener = null;
  −
//otherWindow.location = this;
  −
//return false;
   
} );
 
} );