Pascal Gloor 6 лет назад
Родитель
Сommit
d97edd6f7e
1 измененных файлов: 1 добавлений и 1 удалений
  1. 1
    1
      www/js/autodoc.js

+ 1
- 1
www/js/autodoc.js Просмотреть файл

function document_update_name(docid, name) { function document_update_name(docid, name) {
$.ajax({ $.ajax({
type: "PATCH", type: "PATCH",
url: conf.openapi + "/documents/" + docid + "?name=" + name,
url: conf.openapi + "/documents/" + docid + "?name=" + encodeURIComponent(name),
data: null, data: null,
success: function(data) { success: function(data) {



Загрузка…
Отмена
Сохранить