1
0
Fork 0
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:
Karl 'vollmerk' Vollmer 2007-09-27 04:10:25 +00:00
parent 851c035d4e
commit f9a3cf50e3
6 changed files with 53 additions and 9 deletions

View file

@ -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) {