Changes

From Life After BOB Wiki
no edit summary
Line 7: Line 7:  
                 e.preventDefault();  
 
                 e.preventDefault();  
 
        var otherWindow = window.open();
 
        var otherWindow = window.open();
otherWindow.opener = null;
+
                console.log(this);
otherWindow.location = this;
+
//otherWindow.opener = null;
return false;
+
//otherWindow.location = this;
 +
//return false;
 
} );
 
} );