mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Removed unused variable
This commit is contained in:
@@ -424,7 +424,6 @@ var Search = {
|
||||
addVideos: function(ids){
|
||||
var more = false;
|
||||
var next_ids = [];
|
||||
var this_ids = [];
|
||||
var request_url="https://www.googleapis.com/youtube/v3/videos?part=contentDetails,snippet,id&key=***REMOVED***&id=";
|
||||
for(var i = 0; i < ids.length; i++) {
|
||||
if(i > 48) {
|
||||
@@ -433,7 +432,6 @@ var Search = {
|
||||
break;
|
||||
}
|
||||
request_url += ids[i] + ",";
|
||||
this_ids.push(ids[i]);
|
||||
}
|
||||
|
||||
$.ajax({
|
||||
|
||||
Reference in New Issue
Block a user