mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-12-29 21:41:00 +00:00
more security regarding suggested songs
This commit is contained in:
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
@@ -189,9 +189,9 @@ var List = {
|
|||||||
i = List.getIndexOfSong(song_info.id);
|
i = List.getIndexOfSong(song_info.id);
|
||||||
|
|
||||||
if(i === 0)
|
if(i === 0)
|
||||||
$("#wrapper").prepend(List.generateSong(song_info, transition, false, true));
|
$("#wrapper").prepend(List.generateSong(song_info, transition, false, true, false));
|
||||||
else
|
else
|
||||||
$("#wrapper > div:nth-child(" + (i) + ")").after(List.generateSong(song_info, transition, false, true));
|
$("#wrapper > div:nth-child(" + (i) + ")").after(List.generateSong(song_info, transition, false, true, false));
|
||||||
|
|
||||||
if(transition)
|
if(transition)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user