mirror of
https://github.com/Yetangitu/ampache
synced 2025-10-05 02:39:47 +02:00
Well, we might not even need util_iframe...
This commit is contained in:
parent
467fd32a4e
commit
864bb16891
1 changed files with 2 additions and 1 deletions
|
@ -90,7 +90,8 @@ function reload_util() {
|
||||||
document.getElementById('util_iframe').contentWindow.location.reload(true);
|
document.getElementById('util_iframe').contentWindow.location.reload(true);
|
||||||
}
|
}
|
||||||
function reload_util2(target) {
|
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) {
|
function popup_art(url) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue