From cd7a5b68f7d8b672c1d3c16e4d406b9a528ef38f Mon Sep 17 00:00:00 2001 From: Manas Khurana Date: Thu, 24 Aug 2017 00:50:19 +0530 Subject: [PATCH] Add files via upload --- index3.html | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/index3.html b/index3.html index 13d6b73..e10fa4c 100644 --- a/index3.html +++ b/index3.html @@ -550,9 +550,6 @@ a {text-decoration:none;} .myChart-wrapper { width:95%; } - #charts { - display:none !important; - } } @@ -884,7 +881,7 @@ function queryName() { AJX(url, function(e) { for(var i=0; e.items[i]; i++){ var url = "https://www.googleapis.com/youtube/v3/videos?part=statistics&id=" + e.items[i].snippet.resourceId.videoId + "&fields=items/statistics/viewCount&key=" + getKey(); - pushViews(url,i,"auto"); + pushViews(url,i); } }); });