mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Fixed durationshit
This commit is contained in:
@@ -63,10 +63,9 @@ $(document).ready(function()
|
|||||||
dataType:"jsonp",
|
dataType:"jsonp",
|
||||||
success: function(response)
|
success: function(response)
|
||||||
{
|
{
|
||||||
console.log(response.data.items);
|
|
||||||
$.each(response.data.items, function(i,data)
|
$.each(response.data.items, function(i,data)
|
||||||
{
|
{
|
||||||
submit(data.video.id, data.video.title, true, data.duration);
|
submit(data.video.id, data.video.title, true, data.video.duration);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user