1
0
Fork 0
mirror of https://github.com/Yetangitu/ampache synced 2025-10-04 02:09:23 +02:00

Open external share in new window

Enable share option in community installation
This commit is contained in:
Afterster 2015-02-04 22:54:52 +01:00
parent a7377e562e
commit b2f03a2ab6
2 changed files with 4 additions and 2 deletions

View file

@ -188,7 +188,7 @@ function shoverlayclickclose(e) {
}
function handleShareAction(url) {
NavigateTo(url);
window.open(url);
$("#sharedialog").dialog("close");
}