mirror of
				https://github.com/janeczku/calibre-web
				synced 2025-10-31 07:13:02 +00:00 
			
		
		
		
	Fix #1210
This commit is contained in:
		 Johnny A. dos Santos
					Johnny A. dos Santos
				
			
				
					committed by
					
						 GitHub
						GitHub
					
				
			
			
				
	
			
			
			 GitHub
						GitHub
					
				
			
						parent
						
							29f6463ed9
						
					
				
				
					commit
					29cb8bfec4
				
			| @@ -48,7 +48,8 @@ $(function () { | ||||
|             if ($.inArray(el, uniqueTags) === -1) uniqueTags.push(el); | ||||
|         }); | ||||
|  | ||||
|         $("#bookAuthor").val(book.authors); | ||||
|         var ampSeparatedAuthors = (book.authors || []).join(" & "); | ||||
|         $("#bookAuthor").val(ampSeparatedAuthors); | ||||
|         $("#book_title").val(book.title); | ||||
|         $("#tags").val(uniqueTags.join(",")); | ||||
|         $("#rating").data("rating").setValue(Math.round(book.rating)); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user