Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
birm committed Apr 15, 2021
2 parents 18597ed + c10e1e4 commit 828b8f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/viewer/init.js
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,7 @@ async function initUIcomponents() {

function additionalLinksHandler(url, openInNewTab, appendSlide) {
if (appendSlide === true) {
url = url + '?slide=' + $D.params.slideId;
url = url + $D.params.slideId;
}
if (openInNewTab === true) {
window.open(url, '_blank').focus();
Expand Down

0 comments on commit 828b8f3

Please sign in to comment.