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
7829feb9
Commit
7829feb9
authored
Jan 14, 2022
by
Thonier Florian
Browse files
Merge remote-tracking branch 'origin/dev' into feature-c/4598-show-clone-productivity
parents
37f083a8
b59846a2
Pipeline
#397910
passed with stages
in 38 minutes and 8 seconds
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
browser/js/crossDomain.js
View file @
7829feb9
...
...
@@ -92,7 +92,7 @@ function imgtPost(species, data, system) {
var
form
=
document
.
getElementById
(
"
form
"
);
form
.
removeAllChildren
();
form
.
target
=
"
_blank
"
;
form
.
action
=
"
http://www.imgt.org/IMGT_vquest/analysis
"
;
form
.
action
=
"
http
s
://www.imgt.org/IMGT_vquest/analysis
"
;
form
.
method
=
"
POST
"
;
for
(
var
k
in
imgtInput
)
{
...
...
server/web2py/applications/vidjil/controllers/proxy.py
View file @
7829feb9
...
...
@@ -24,7 +24,7 @@ def proxy_request(url, headers={}):
return
gluon
.
contrib
.
simplejson
.
dumps
(
"improper method"
)
def
imgt
():
return
proxy_request
(
"http://www.imgt.org/IMGT_vquest/analysis"
)
return
proxy_request
(
"http
s
://www.imgt.org/IMGT_vquest/analysis"
)
def
assign_subsets
():
return
proxy_request
(
"http://tools.bat.infspire.org/cgi-bin/arrest/assignsubsets_html.pl"
,
...
...
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