Преглед на файлове

Closes: #2684

The successful upload of a text in the learning section
is answered with HTTP status code 204, that is:
The server has successfully processed the request and
does not return any content.

For this reason  must be used.
tags/1.9.0
Christian Moelders преди 5 години
родител
ревизия
fb18e071e5
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1
    1
      interface/js/app/upload.js

+ 1
- 1
interface/js/app/upload.js Целия файл

@@ -52,7 +52,7 @@ define(["jquery"],
headers: headers,
success: function (json) {
cleanTextUpload(source);
if (json[0].data.success) {
if (json[0].status === true) {
rspamd.alertMessage("alert-success", "Data successfully uploaded");
}
}

Loading…
Отказ
Запис