We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab9fa19 commit 61aacd6Copy full SHA for 61aacd6
1 file changed
web/main/diagnostics.ejs
@@ -279,6 +279,8 @@
279
type: "POST",
280
url: `diagnostics/sendReport`,
281
timeout: REQ_TIMEOUT_REALLY_LONG,
282
+ //NOTE: in NUI, empty bodies become GET requests even if you specify POST
283
+ data: {bugfix:true},
284
success: function (data) {
285
els.spinnerBody.classList.add('d-none');
286
els.saveBtn.classList.add('d-none');
0 commit comments