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

Changed how playlists are sent to browsers so that it works on IE. Hopefully there won't be side effects. Karl, if feedback is good, I let you cleanup the code :)

This commit is contained in:
spocky 2007-11-22 18:58:00 +00:00
parent 67cbb218cd
commit 467fd32a4e
4 changed files with 8 additions and 3 deletions

View file

@ -89,6 +89,9 @@ function update_txt(value,field) {
function reload_util() {
document.getElementById('util_iframe').contentWindow.location.reload(true);
}
function reload_util2(target) {
document.getElementById('util_iframe').contentWindow.location.href = target;
}
function popup_art(url) {
var newwindow;