Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
vidjil
vidjil
Commits
fd902d8e
Commit
fd902d8e
authored
Oct 04, 2016
by
Mikaël Salson
Browse files
crossDomain.js: NCBI went to HTTPS
parent
e7bedfbf
Changes
1
Hide whitespace changes
Inline
Side-by-side
browser/js/crossDomain.js
View file @
fd902d8e
...
...
@@ -331,7 +331,7 @@ function igBlastPost(data, system) {
var
form
=
document
.
getElementById
(
"
form
"
);
form
.
innerHTML
=
""
;
form
.
target
=
"
_blank
"
;
form
.
action
=
"
http://www.ncbi.nlm.nih.gov/igblast/igblast.cgi
"
;
form
.
action
=
"
http
s
://www.ncbi.nlm.nih.gov/igblast/igblast.cgi
"
;
form
.
method
=
"
POST
"
;
for
(
var
k
in
igBlastInput
)
{
...
...
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