mirror of
https://github.com/Yetangitu/ampache
synced 2025-10-04 02:09:23 +02:00
play method now uses hidden iframe, setup second hover menu to rightbar
This commit is contained in:
parent
851c035d4e
commit
f9a3cf50e3
6 changed files with 53 additions and 9 deletions
|
@ -85,12 +85,9 @@ function update_txt(value,field) {
|
|||
document.getElementById(field).innerHTML=value;
|
||||
}
|
||||
|
||||
// SubmitToPage this function specificaly submits the form to the specified page
|
||||
function SubmitToPage(form_id,action) {
|
||||
|
||||
document.getElementById(form_id).action = action;
|
||||
document.getElementById(form_id).submit();
|
||||
return true;
|
||||
// Reload our util frame
|
||||
function reload_util() {
|
||||
document.getElementById('util_iframe').contentWindow.location.reload(true);
|
||||
}
|
||||
|
||||
function popup_art(url) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue