tulios / json-viewer

It is a Chrome extension for printing JSON and JSONP.
https://chrome.google.com/webstore/detail/json-viewer/gbmdgpbipfallnflgajpaliibnhdgobh
MIT License
3.31k stars 678 forks source link

Fix openLinksInNewWindow #229

Open klieber opened 5 years ago

klieber commented 5 years ago

Currently, if you set the wrapLinkWithAnchorTag option to true then the value of openLinksInNewWindow is ignored and links are always opened in a new window. This change modifies the code to take the openLinksInNewWindow option into account for determining the link target.