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
vidjil
vidjil
Commits
34f0dffc
Commit
34f0dffc
authored
Mar 17, 2015
by
Marc Duez
Browse files
crossdomain.js : remove use of "form" from index.html and build it when it's necessary
parent
7e49fb01
Changes
1
Hide whitespace changes
Inline
Side-by-side
browser/js/crossDomain.js
View file @
34f0dffc
...
...
@@ -93,7 +93,7 @@ function imgtPost(data, system) {
if
(
system
[
0
]
==
"
T
"
)
{
imgtInput
[
"
l01p01c04
"
]
=
"
TR
"
;
}
var
form
=
document
.
get
Element
ById
(
"
form
"
);
var
form
=
document
.
create
Element
(
"
form
"
);
form
.
innerHTML
=
""
;
form
.
target
=
"
_blank
"
;
form
.
action
=
"
http://www.imgt.org/IMGT_vquest/vquest
"
;
...
...
@@ -126,7 +126,7 @@ function igBlastPost(data, system) {
}
var
form
=
document
.
get
Element
ById
(
"
form
"
);
var
form
=
document
.
create
Element
(
"
form
"
);
form
.
innerHTML
=
""
;
form
.
target
=
"
_blank
"
;
form
.
action
=
"
http://www.ncbi.nlm.nih.gov/igblast/igblast.cgi
"
;
...
...
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