mirror of
https://github.com/Yetangitu/ampache
synced 2025-10-03 09:49:30 +02:00
Get rid of popup on cover arts
This commit is contained in:
parent
539ca08efc
commit
564a40dd0f
10 changed files with 152 additions and 11 deletions
|
@ -86,13 +86,6 @@ function reloadRedirect(target) {
|
|||
window.location = target;
|
||||
} // reloadRedirect
|
||||
|
||||
// popupWindow
|
||||
// Loads the specified URL in a new window. Used for art.
|
||||
function popupWindow(url) {
|
||||
var newWindow = window.open(url, "ampache_art", "menubar=no,toolbar=no,location=no,directories=no");
|
||||
if (window.focus) { newWindow.focus(); }
|
||||
} // popupWindow
|
||||
|
||||
// This is kind of ugly. Let's not mess with it too much.
|
||||
function check_inline_song_edit(type, song) {
|
||||
var target = type + '_select_' + song;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue