Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
genotoul-bioinfo
ng6
Commits
3eb28a8b
Commit
3eb28a8b
authored
Aug 23, 2012
by
Jerome Mariette
Browse files
No commit message
No commit message
parent
92d2e07f
Changes
1
Hide whitespace changes
Inline
Side-by-side
ui/nG6/pi1/analyzes/GAASAnalyse.js
View file @
3eb28a8b
...
...
@@ -40,7 +40,7 @@ $(function () {
$
(
"
#img_dialog
"
).
dialog
(
"
option
"
,
"
width
"
,
850
);
$
(
"
#img_dialog
"
).
dialog
(
"
option
"
,
"
height
"
,
600
);
var
webPAth
=
$
(
"
#analysis_directory
"
).
val
()
+
$
(
"
:checked[id^=chk_sample_]
"
).
attr
(
"
id
"
).
split
(
"
_
"
).
slice
(
2
).
join
(
"
_
"
)
+
"
.krona.html
"
;
$
(
"
#img_dialog
"
).
html
(
'
<iframe width="8
3
0px" frameborder="0" height="
60
0px" src="
'
+
webPAth
+
'
"></iframe>
'
).
dialog
(
"
open
"
);
$
(
"
#img_dialog
"
).
html
(
'
<iframe width="8
2
0px" frameborder="0" height="
55
0px" src="
'
+
webPAth
+
'
"></iframe>
'
).
dialog
(
"
open
"
);
}
else
{
$
(
"
#user_information_dialog
"
).
dialog
(
"
option
"
,
"
title
"
,
$
(
"
#information_error_title
"
).
val
());
$
(
"
#user_information_dialog
"
).
html
(
"
<div class='tx-nG6-pi1-error'>
"
+
$
(
"
#information_dialog_multiple_check
"
).
val
()
+
"
</div>
"
).
dialog
(
"
open
"
);
...
...
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