Changes

From Life After BOB Wiki
no edit summary
Line 4: Line 4:       −
$( '#mw-content-text' ).on( 'click', '.external free > a', function () {
+
$( '#mw-content-text' ).on( 'click', '.external free > a', function (e) {
 +
                e.preventDefault();
 +
                console.log("external url");
 
var otherWindow = window.open();
 
var otherWindow = window.open();
 
otherWindow.opener = null;
 
otherWindow.opener = null;