X-Git-Url: http://mmka.chem.univ.gda.pl/gitweb/?a=blobdiff_plain;f=qcg%2Ftemplates%2Fqcg%2Fjob_new.html;h=ebd9afc8ed9d4ead26a9025b5bd26a1920a504e0;hb=f444808cc2683de32c625c641e636445db7262ae;hp=6f829d099a4a659e09f11f825d052331d03e9f79;hpb=eb0c9af5b8eb444d8db3e8759d3a83e8c6d41ee1;p=qcg-portal.git diff --git a/qcg/templates/qcg/job_new.html b/qcg/templates/qcg/job_new.html index 6f829d0..ebd9afc 100644 --- a/qcg/templates/qcg/job_new.html +++ b/qcg/templates/qcg/job_new.html @@ -41,7 +41,7 @@ return; } - var file = fullPath(filex.host + filex.path.full() + '/', selected[0]); + var file = fullPath(filex.host + '/' + filex.path.full() + '/', selected[0]); target.selectize.clear(); target.selectize.addOption({value: file, text: file}); @@ -58,7 +58,7 @@ var target = this; return gridftpButton.clone().click(function() { $('#select-btn').off().click(function() { - var path = filex.host + filex.path.full() + '/'; + var path = filex.host + '/' + filex.path.full() + '/'; _.each(filex.selectedFiles(), function(item) { var file = fullPath(path, item);