Commit e46e758d2801882831bfb175d3c9a4520b78c2a8
1 parent
7f70e24f
Exists in
master
and in
2 other branches
Fix: use proudction data api
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; | ... | ... |