Closed douglasmiller closed 1 month ago
Fixes an issue introduced in #255 where non-external links open in a new window.
This fix updates the window.open call to include a target of _self.
window.open
target
_self
I have signed the CLA!
WHY are these changes introduced?
Fixes an issue introduced in #255 where non-external links open in a new window.
WHAT is this pull request doing?
This fix updates the
window.open
call to include atarget
of_self
.