mirror of
				https://github.com/janeczku/calibre-web
				synced 2025-10-31 15:23:02 +00:00 
			
		
		
		
	Add UI support for archived books.
Archived books will no longer appear in any book lists or searches, and may only be restored from the Archive view.
This commit is contained in:
		| @@ -25,6 +25,14 @@ $("#have_read_cb").on("change", function() { | ||||
|     $(this).closest("form").submit(); | ||||
| }); | ||||
|  | ||||
| $(function() { | ||||
|     $("#archived_form").ajaxForm(); | ||||
| }); | ||||
|  | ||||
| $("#archived_cb").on("change", function() { | ||||
|     $(this).closest("form").submit(); | ||||
| }); | ||||
|  | ||||
| (function() { | ||||
|     var templates = { | ||||
|         add: _.template( | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Michael Shavit
					Michael Shavit