Commit 60e55a2e94608e9fa1c60f2704963caeb2aad1e3
Exists in
staging
and in
1 other branch
Merge branch 'master' into staging
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
js/main.js
... | ... | @@ -22,7 +22,7 @@ define(['jquery', 'handlebars', 'fastclick', 'proposal_app', 'handlebars_helpers |
22 | 22 | |
23 | 23 | var lastHash = window.location.hash; |
24 | 24 | |
25 | - var isProduction = /^http:\/\/dialoga\.gov\.br\//.test(window.location.href); | |
25 | + var isProduction = true; | |
26 | 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; | ... | ... |