Update index.html

This commit is contained in:
Manas Khurana 2017-04-05 23:06:28 +05:30 committed by GitHub
parent bf0fb642b3
commit a09a752842

View File

@ -28,6 +28,7 @@ function queryName(){
document.getElementById("dp").src=e.items[0].snippet.thumbnails.default.url;
document.querySelector("#username").textContent = e.items[0].snippet.title;
username = e.items[0].snippet.channelId.trim();
console.log(e.items[0].snippet.channelId.trim());
})
}
var isLive = 0,counts = [[]],intervals = [[1000],[3000],[5000],[10000],[30000],[120000]],recursions = [[15],[5],[3],[3],[4],[1]],r=0,level=1;