fixing links to other sites

legacy_v1
Michael Winter 5 years ago
parent 64ca586e75
commit 103ed8f663

@ -769,9 +769,9 @@ console.log(href);
}
} else {
documentButton = $('<button id=piece_document_button_'+index+">").attr({title: "view"}).addClass('score_icon');
//documentButton = $('<button id=piece_document_button_'+index+">").attr({title: "view"}).addClass('score_icon');
documentButton.click(function() {
window.open=href;
window.open(href);
});
}
}

Loading…
Cancel
Save