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

Well, we might not even need util_iframe...

This commit is contained in:
spocky 2007-11-22 19:07:16 +00:00
parent 467fd32a4e
commit 864bb16891

View file

@ -90,7 +90,8 @@ function reload_util() {
document.getElementById('util_iframe').contentWindow.location.reload(true);
}
function reload_util2(target) {
document.getElementById('util_iframe').contentWindow.location.href = target;
//document.getElementById('util_iframe').contentWindow.location.href = target;
document.location.href = target;
}
function popup_art(url) {