mirror of
				https://github.com/KevinMidboe/zoff.git
				synced 2025-10-29 18:00:23 +00:00 
			
		
		
		
	Reduced number of results to 7 instead of 25. Less laggy
This commit is contained in:
		@@ -47,7 +47,7 @@ function search(search_input){
 | 
			
		||||
		if(search_input !== ""){
 | 
			
		||||
			var keyword= encodeURIComponent(search_input);
 | 
			
		||||
 | 
			
		||||
			var yt_url='http://gdata.youtube.com/feeds/api/videos?q='+keyword+'&format=5&orderby=relevance&max-results=25&v=2&alt=jsonc'; 
 | 
			
		||||
			var yt_url='http://gdata.youtube.com/feeds/api/videos?q='+keyword+'&format=5&orderby=relevance&max-results=6&v=2&alt=jsonc'; 
 | 
			
		||||
 | 
			
		||||
			$.ajax({
 | 
			
		||||
				type: "GET",
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user