Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Maintenance - Mise à jour mensuelle Lundi 6 Février entre 7h00 et 9h00
Open sidebar
genotoul-bioinfo
jflow
Commits
dd83df92
Commit
dd83df92
authored
Jul 23, 2014
by
Philippe Bardou
Browse files
Bug : Buttons in modal box footer
parent
dacd249b
Changes
1
Hide whitespace changes
Inline
Side-by-side
docs/example1.html
View file @
dd83df92
...
...
@@ -196,7 +196,11 @@
$
(
'
#back_workflow
'
).
hide
();
$
(
'
.status-panel
'
).
show
();
});
$
(
"
#run_workflow
"
).
click
(
function
(){
$
(
'
#setAndRunModalBody
'
).
wfform
(
'
run
'
);
});
$
(
"
#run_workflow
"
).
click
(
function
(){
$
(
'
#setAndRunModalBody
'
).
wfform
(
'
run
'
);
$
(
'
#back_workflow
'
).
hide
();
$
(
'
.status-panel
'
).
show
();
});
$
(
"
#active-workflows-list
"
).
activewf
();
$
(
"
#active-workflows-list
"
).
on
(
"
select.active
"
,
function
(
event
,
workflow
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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