瀏覽代碼

url encode

master
Pascal Gloor 5 年之前
父節點
當前提交
d97edd6f7e
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      www/js/autodoc.js

+ 1
- 1
www/js/autodoc.js 查看文件

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


Loading…
取消
儲存