ソースを参照

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) {


読み込み中…
キャンセル
保存