mirror of
https://github.com/Yetangitu/ampache
synced 2025-10-03 09:49:30 +02:00
pull from doped
This commit is contained in:
commit
83abf55eeb
80 changed files with 6055 additions and 501 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue