kopia lustrzana https://github.com/simonw/datasette
				
				
				
			Fixed an unnecessary f-string
							rodzic
							
								
									4ea109ac4d
								
							
						
					
					
						commit
						5ea7098e4d
					
				| 
						 | 
				
			
			@ -16,6 +16,6 @@ def extra_js_urls(view_name):
 | 
			
		|||
    if view_name in PERMITTED_VIEWS:
 | 
			
		||||
        return [
 | 
			
		||||
            {
 | 
			
		||||
                "url": f"/static/table-example-plugins.js",
 | 
			
		||||
                "url": "/static/table-example-plugins.js",
 | 
			
		||||
            }
 | 
			
		||||
        ]
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Ładowanie…
	
		Reference in New Issue