Peter Bieringer пре 1 година
родитељ
комит
3910457a8d
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      radicale/web/internal_data/fn.js

+ 1 - 1
radicale/web/internal_data/fn.js

@@ -927,7 +927,7 @@ function UploadCollectionScene(user, password, collection) {
                 if(files.length > 1 || href.length == 0){
                     href = random_uuid();
                 }
-                let upload_href = collection.href + "/" + href + "/";
+                let upload_href = collection.href + href + "/";
                 upload_req = upload_collection(user, password, upload_href, file, function(result) {
                     upload_req = null;
                     results.push(result);