mirror of
				https://github.com/janeczku/calibre-web
				synced 2025-10-31 15:23:02 +00:00 
			
		
		
		
	Make change requested by Codacy
This commit is contained in:
		| @@ -28,7 +28,7 @@ $(document).on("click", "[data-shelf-action]", function (e) { | |||||||
|             } |             } | ||||||
|             this.parentNode.removeChild(this); |             this.parentNode.removeChild(this); | ||||||
|         }) |         }) | ||||||
|         .fail(xhr => { |         .fail((xhr) => { | ||||||
|             const $msg = $("<span/>", { "class": "text-danger"}).text(xhr.responseText); |             const $msg = $("<span/>", { "class": "text-danger"}).text(xhr.responseText); | ||||||
|             $("#shelf-action-status").html($msg); |             $("#shelf-action-status").html($msg); | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Jonathan Rehm
					Jonathan Rehm