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

pull from doped

This commit is contained in:
John Moore 2013-11-14 20:11:25 -06:00
commit 83abf55eeb
80 changed files with 6055 additions and 501 deletions

View file

@ -79,13 +79,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;