Skip to content

Commit

Permalink
removed weird list changing on youtube embed thingie
Browse files Browse the repository at this point in the history
  • Loading branch information
TangentFoxy committed Sep 27, 2016
1 parent 9664cc5 commit ed2e022
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion youtube/index.html
Expand Up @@ -85,7 +85,7 @@
//else just load thumbnails (all except last)
var added=0;
for (var i=0;i<videos.length;i++)
if (videos[i].snippet.resourceId.videoId!=videoLoaded && added<48) {
if (added<48) {
insertThumbnail(thumbs,i);
added++;
}
Expand Down

0 comments on commit ed2e022

Please sign in to comment.