mirror of
				https://github.com/janeczku/calibre-web
				synced 2025-10-31 07:13:02 +00:00 
			
		
		
		
	Fix emptying metadata form after submit
This commit is contained in:
		| @@ -207,15 +207,15 @@ $(function() { | |||||||
|                         $("#books-table").bootstrapTable("refresh"); |                         $("#books-table").bootstrapTable("refresh"); | ||||||
|                         $("#books-table").bootstrapTable("uncheckAll"); |                         $("#books-table").bootstrapTable("uncheckAll"); | ||||||
|  |  | ||||||
|                         $("#title_input").value = ""; |                         $("#title_input").val(""); | ||||||
|                         $("#title_sort_input").value = ""; |                         $("#title_sort_input").val(""); | ||||||
|                         $("#author_sort_input").value = ""; |                         $("#author_sort_input").val(""); | ||||||
|                         $("#authors_input").value = ""; |                         $("#authors_input").val(""); | ||||||
|                         $("#categories_input").value = ""; |                         $("#categories_input").val(""); | ||||||
|                         $("#series_input").value = ""; |                         $("#series_input").val(""); | ||||||
|                         $("#languages_input").value = ""; |                         $("#languages_input").val(""); | ||||||
|                         $("#publishers_input").value = ""; |                         $("#publishers_input").val(""); | ||||||
|                         $("#comments_input").value = ""; |                         $("#comments_input").val(""); | ||||||
|  |  | ||||||
|                         handleListServerResponse; |                         handleListServerResponse; | ||||||
|                     }, |                     }, | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 James Armstong
					James Armstong