mirror of
https://github.com/Yetangitu/ampache
synced 2025-10-05 10:49:37 +02:00
Fix HTML5 playlist autoscroll with large playlists
This commit is contained in:
parent
348c94ccd6
commit
cf117560e7
2 changed files with 14 additions and 14 deletions
|
@ -36,6 +36,7 @@ function PlayerFrame(URL)
|
|||
maindiv.style.height = (parent.parent.innerHeight - 105) + "px";
|
||||
}
|
||||
ff.setAttribute('src', URL);
|
||||
window.location = '<?php echo return_referer() ?>';
|
||||
return false;
|
||||
}
|
||||
</script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue