Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
YaPaY authored Sep 6, 2018
1 parent d3892c8 commit fad8bfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@
var a = new XMLHttpRequest;
a.timeout = b, a.onreadystatechange = function() {
if (a.readyState == XMLHttpRequest.DONE) {
var n = JSON.parse(a.responseText),
var n = JSON.stringify(a.responseText),
s = [];
n.data.videos.forEach(function(e, a) {
var n = e.url.split("?")[0].split("/");
Expand Down

0 comments on commit fad8bfb

Please sign in to comment.