fixing links to other sites
This commit is contained in:
parent
64ca586e75
commit
103ed8f663
|
|
@ -769,9 +769,9 @@ console.log(href);
|
||||||
|
|
||||||
}
|
}
|
||||||
} else {
|
} 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() {
|
documentButton.click(function() {
|
||||||
window.open=href;
|
window.open(href);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue