code guidelines
This commit is contained in:
parent
58fb8cd530
commit
492427f4b8
82 changed files with 470 additions and 375 deletions
|
|
@ -156,7 +156,7 @@ if (typeof XMLHttpRequest === 'undefined') {
|
|||
}
|
||||
}
|
||||
};
|
||||
xmlhttp.open('DELETE', '/api/fs/' + dfilep, true);
|
||||
xmlhttp.open('DELETE', '/api/fs/' + encodeURIComponent(dfilep), true);
|
||||
xmlhttp.send();
|
||||
});
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue