Preparing some code for enter to next, and fixing position bugs with search

This commit is contained in:
KasperRT
2015-03-17 15:17:30 +01:00
parent fd660f872c
commit c66e7288b0
2 changed files with 7 additions and 6 deletions

View File

@@ -38,7 +38,6 @@ function updateList()
$.each(list.songs, function(j, listeID){
var video_title=listeID.title.replace(/\\\'/g, "'").replace(/"/g,"'").replace(/&/g,"&");
var video_id = listeID.id;
console.log($.inArray(video_id, bright));
if(find && $.inArray(video_id, bright) == -1) brightness = "brightness";
else if(find && $.inArray(video_id, bright) != -1) brightness = "brightness fullbrightness";
else brightness = "";