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

fixed the page reloads once and for all, had to revert to iframe for democratic play and localplay, fixed an adding issue with democratic play if the songs were left in your active playlist

This commit is contained in:
Karl 'vollmerk' Vollmer 2007-11-25 07:21:45 +00:00
parent 608820577f
commit 4040d0623d
7 changed files with 16 additions and 18 deletions

View file

@ -86,12 +86,10 @@ function update_txt(value,field) {
}
// Reload our util frame
function reload_util() {
document.getElementById('util_iframe').contentWindow.location.reload(true);
}
function reload_util2(target) {
//document.getElementById('util_iframe').contentWindow.location.href = target;
document.location.href = target;
// IE issue fixed by Spocky, we have to use the iframe for Democratic Play & Localplay
// which don't actually prompt for a new file
function reload_util(target) {
document.getElementById('util_iframe').src = document.getElementById('util_iframe').src;
}
function popup_art(url) {