mirror of
				https://github.com/janeczku/calibre-web
				synced 2025-10-31 15:23:02 +00:00 
			
		
		
		
	Fixed codacy requirements
This commit is contained in:
		| @@ -206,10 +206,10 @@ $("#search").on("change input.typeahead:selected", function() { | ||||
|     }); | ||||
| }); | ||||
|  | ||||
| $("#btn-upload-format").on('change', function () { | ||||
| $("#btn-upload-format").on("change", function () { | ||||
|     var filename = $(this).val(); | ||||
|     if (filename.substring(3,11) == 'fakepath') { | ||||
|     if (filename.substring(3,11) === "fakepath") { | ||||
|         filename = filename.substring(12); | ||||
|     } // Remove c:\fake at beginning from localhost chrome | ||||
|     $('#upload-format').html(filename); | ||||
|     $("#upload-format").html(filename); | ||||
| }); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 kyos
					kyos