Loaded artist fix
This commit is contained in:
		
							parent
							
								
									24ae819d1e
								
							
						
					
					
						commit
						3858267585
					
				@ -3,7 +3,7 @@ function loadArtistData(name) {
 | 
			
		||||
	$.get('/artist/'+ name +'/', function(data){
 | 
			
		||||
		if (typeof data.error != 'undefined') {
 | 
			
		||||
			if (data.error == 'loading') {
 | 
			
		||||
				loadWheePage();
 | 
			
		||||
				loadArtistData(name);
 | 
			
		||||
			} else if (data.error == 404) {
 | 
			
		||||
				load404Page();
 | 
			
		||||
			}
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user