1
0
Fork 0
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:
Afterster 2013-10-29 19:56:46 +01:00 committed by Paul Arthur
parent 539ca08efc
commit 564a40dd0f
10 changed files with 152 additions and 11 deletions

View file

@ -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;