Skip to content

Commit

Permalink
fix(bazar2publication): open in new tab instead of current one
Browse files Browse the repository at this point in the history
  • Loading branch information
acheype committed Mar 14, 2024
1 parent 93a63ad commit f72c284
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion javascripts/bazar2publication.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,6 @@ $(document).ready(function(){
console.debug('Redirecting to %s', url)
}

window.location = url
window.open(url, '_blank');
})
});

0 comments on commit f72c284

Please sign in to comment.