Changes

From Life After BOB Wiki
31 bytes removed ,  14:15, 9 June 2021
no edit summary
Line 7: Line 7:  
     var url = $(this a).attr('href');  
 
     var url = $(this a).attr('href');  
 
     console.log(url);
 
     console.log(url);
    window.open(url, '_blank');
+
 
 
} );
 
} );