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:
parent
67cbb218cd
commit
467fd32a4e
4 changed files with 8 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue