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
Open sidebar
genotoul-bioinfo
jvenn
Commits
a5144ed1
Commit
a5144ed1
authored
Aug 25, 2014
by
Jerome Mariette
Browse files
No commit message
No commit message
parent
fd5c12f2
Changes
1
Hide whitespace changes
Inline
Side-by-side
example.html
View file @
a5144ed1
...
...
@@ -24,7 +24,7 @@
var
lines
=
$
(
"
#
"
+
areaID
).
val
().
split
(
"
\n
"
);
var
table
=
new
Array
();
for
(
var
lindex
in
lines
)
{
table
.
push
(
lines
[
lindex
]);
table
.
push
(
lines
[
lindex
]
.
trim
()
);
}
return
(
table
);
}
...
...
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