Commit 916ef858c61851efdecd6e4daede21bfa294e591
1 parent
649de79c
Exists in
master
and in
2 other branches
Fix test url
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
js/main.js
... | ... | @@ -23,7 +23,7 @@ define(['jquery', 'handlebars', 'fastclick', 'proposal_app', 'handlebars_helpers |
23 | 23 | var lastHash = window.location.hash; |
24 | 24 | |
25 | 25 | var isProduction = /^http:\/\/dialoga\.gov\.br\//.test(window.location.href); |
26 | - var host = isProduction ? 'http://login.dialoga.gov.br' : 'http://hom.login.dialoga.serpro'; | |
26 | + var host = isProduction ? 'http://login.dialoga.gov.br' : 'http://hom.login.dialoga.gov.br'; | |
27 | 27 | var serpro_captcha_clienteId = 'fdbcdc7a0b754ee7ae9d865fda740f17'; |
28 | 28 | var dialoga_community = 19195; |
29 | 29 | var proposal_discussion = '103358'; //participa | ... | ... |