mirror of
https://github.com/Yetangitu/ampache
synced 2025-10-04 02:09:23 +02:00
catalog clean up and admin index changes
This commit is contained in:
parent
b99e8307ac
commit
eda7fd335c
12 changed files with 379 additions and 367 deletions
|
@ -265,6 +265,10 @@ function selectField(element)
|
|||
}
|
||||
}
|
||||
|
||||
// function for the catalog mojo fluf
|
||||
function update_txt(value,field) {
|
||||
document.getElementById(field).innerHTML=value;
|
||||
}
|
||||
|
||||
function popup_art(url) {
|
||||
var newwindow;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue