1
0
Fork 0
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:
Afterster 2013-11-21 21:35:52 +01:00
parent 348c94ccd6
commit cf117560e7
2 changed files with 14 additions and 14 deletions

View file

@ -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>