Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Pour information : coupure de la forge ce matin entre 6h45 et 7h05 pour une mise à jour de sécurité
Open sidebar
genotoul-bioinfo
ng6
Commits
923cac6a
Commit
923cac6a
authored
Apr 30, 2021
by
gsalin
Browse files
#203
parent
7cd29580
Changes
1
Hide whitespace changes
Inline
Side-by-side
ui/nG6/res/js/tx_nG6_pi5.js
View file @
923cac6a
...
...
@@ -305,13 +305,13 @@ $(function () {
id
:
"
download_url
"
,
wfName
:
"
DownloadURL
"
,
run
:
function
(
form_options
,
modal
){
form_options
.
parameters
[
'
url_base
'
]
=
location
.
href
.
replace
(
/
index
\.
php.+
/
,
""
)
+
'
fileadmin
'
;
form_options
.
parameters
[
'
url_base
'
]
=
location
.
href
.
replace
(
/
download
/
,
""
)
+
'
fileadmin
'
;
// display modal box
modal
.
$modal
.
modal
();
modal
.
$modal
.
find
(
'
#wfform
'
).
wfform
(
form_options
);
modal
.
$modal
.
find
(
'
#wfform
'
).
on
(
'
run.wfform
'
,
function
(
event
,
running_wf
)
{
_retrieve_url_list
(
modal
,
running_wf
,
'
output_urls.txt
'
,
function
(
filedata
){
var
link_prefix
=
location
.
href
.
replace
(
/
index
\.
php.+
/
,
""
)
+
'
fileadmin
'
;
var
link_prefix
=
location
.
href
.
replace
(
/
download
/
,
""
)
+
'
fileadmin
'
;
var
file_list
=
[];
$
.
each
(
filedata
.
trim
().
split
(
'
\n
'
),
function
(
i
,
path
){
file_list
.
push
(
link_prefix
+
path
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment