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:
parent
a7377e562e
commit
b2f03a2ab6
2 changed files with 4 additions and 2 deletions
|
@ -188,7 +188,7 @@ function shoverlayclickclose(e) {
|
|||
}
|
||||
|
||||
function handleShareAction(url) {
|
||||
NavigateTo(url);
|
||||
window.open(url);
|
||||
$("#sharedialog").dialog("close");
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue