mirror of
https://github.com/KevinMidboe/zoff.git
synced 2026-01-10 03:25:33 +00:00
Fixed error where adding whole playlists hides some songs
This commit is contained in:
2
static/dist/embed.min.js
vendored
2
static/dist/embed.min.js
vendored
File diff suppressed because one or more lines are too long
2
static/dist/main.min.js
vendored
2
static/dist/main.min.js
vendored
File diff suppressed because one or more lines are too long
@@ -210,10 +210,11 @@ var List = {
|
|||||||
else
|
else
|
||||||
$("#wrapper > div:nth-child(" + (i) + ")").after(List.generateSong(song_info, transition, false, true, false));
|
$("#wrapper > div:nth-child(" + (i) + ")").after(List.generateSong(song_info, transition, false, true, false));
|
||||||
|
|
||||||
|
var added = $("#wrapper").children()[i];
|
||||||
|
|
||||||
if(transition)
|
if(transition)
|
||||||
{
|
{
|
||||||
setTimeout(function(){
|
setTimeout(function(){
|
||||||
var added = $("#wrapper").children()[i];
|
|
||||||
$(added).css("height", 66);
|
$(added).css("height", 66);
|
||||||
},5);
|
},5);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user