mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Fixed errors with keydown and keyup on desktop
This commit is contained in:
@@ -24,7 +24,6 @@ var Search = {
|
||||
if(window.search_input !== ""){
|
||||
searching = true;
|
||||
var keyword= encodeURIComponent(window.search_input);
|
||||
|
||||
//response= x
|
||||
var yt_url = "https://www.googleapis.com/youtube/v3/search?key="+api_key+"&videoEmbeddable=true&part=id&fields=items(id)&type=video&order=viewCount&safeSearch=none&maxResults=25";
|
||||
yt_url+="&q="+keyword;
|
||||
|
||||
Reference in New Issue
Block a user