Skip to content

Commit d3c47c5

Browse files
committed
QR code fixes
1 parent 00f7f3d commit d3c47c5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

templates/clients.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,9 @@ <h4 class="modal-title">Remove</h4>
481481
cache: false,
482482
method: 'GET',
483483
url: '{{.basePath}}/api/client/' + client_id,
484-
data: JSON.stringify(data),
484+
data: {
485+
qrCodeIncludeFwMark: include_fwmark
486+
},
485487
dataType: 'json',
486488
contentType: "application/json",
487489
success: function (resp) {

0 commit comments

Comments
 (0)