Added encodeURIComponent for directory name in cvat.server.share() (#585)

main
Boris Sekachev 7 years ago committed by Nikita Manovich
parent 620526fb30
commit 423510af00

File diff suppressed because one or more lines are too long

@ -45,6 +45,7 @@
async function share(directory) {
const { backendAPI } = window.cvat.config;
directory = encodeURIComponent(directory);
let response = null;
try {

Loading…
Cancel
Save