mirror of
				https://github.com/janeczku/calibre-web
				synced 2025-11-01 07:43:02 +00:00 
			
		
		
		
	Bugfix toggle readstatus in modal dialog
This commit is contained in:
		| @@ -22,8 +22,10 @@ $(function() { | |||||||
| }); | }); | ||||||
|  |  | ||||||
| $("#have_read_cb").on("change", function() { | $("#have_read_cb").on("change", function() { | ||||||
|     $.post({ |     $.ajax({ | ||||||
|         url: this.closest("form").action, |         url: this.closest("form").action, | ||||||
|  |         method:"post", | ||||||
|  |         data: $(this).closest("form").serialize(), | ||||||
|         error: function(response) { |         error: function(response) { | ||||||
|             var data = [{type:"danger", message:response.responseText}] |             var data = [{type:"danger", message:response.responseText}] | ||||||
|             $("#flash_success").remove(); |             $("#flash_success").remove(); | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Ozzie Isaacs
					Ozzie Isaacs