1
0
mirror of https://github.com/janeczku/calibre-web synced 2025-10-27 05:17:41 +00:00

Fix visibility for sending to reader without download permissions (fix for #2847)

This commit is contained in:
Ozzie Isaacs
2023-07-29 15:15:38 +02:00
parent fda62dde1d
commit 279f0569e4
2 changed files with 25 additions and 24 deletions

View File

@@ -40,6 +40,7 @@ $(".sendbtn-form").click(function() {
$.ajax({
method: 'post',
url: $(this).data('href'),
data: {csrf_token: $("input[name='csrf_token']").val()},
success: function (data) {
handleResponse(data)
}