diff --git a/static/js/list.js b/static/js/list.js index da9b5932..5ca23dd3 100755 --- a/static/js/list.js +++ b/static/js/list.js @@ -66,6 +66,8 @@ var List = { full_playlist.push(full_playlist.shift()); $("#wrapper").children()[0].remove(); List.insertAtIndex($("#wrapper").children().length, full_playlist[full_playlist.length-2], false); + document.getElementById('wrapper').scrollTop += 1; + document.getElementById('wrapper').scrollTop -= 1; //populate_list(full_playlist); } },