From a09a75284260982add89712ffb5c96a8c7c8d34b Mon Sep 17 00:00:00 2001 From: Manas Khurana Date: Wed, 5 Apr 2017 23:06:28 +0530 Subject: [PATCH] Update index.html --- e2/index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/e2/index.html b/e2/index.html index 52c69b1..4bbd3ae 100644 --- a/e2/index.html +++ b/e2/index.html @@ -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;