Commit 7f70e24f81a8e44ec72f59efe3da0aa82454b85f
1 parent
db13bb3b
Exists in
master
and in
2 other branches
fix: remove production flag
Showing
1 changed file
with
1 additions
and
2 deletions
Show diff stats
js/main.js
... | ... | @@ -22,8 +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); | |
26 | - var isProduction = true; | |
25 | + var isProduction = /^http:\/\/dialoga\.gov\.br\//.test(window.location.href); | |
27 | 26 | var host = isProduction ? 'http://login.dialoga.gov.br' : 'http://hom.login.dialoga.gov.br'; |
28 | 27 | var serpro_captcha_clienteId = 'fdbcdc7a0b754ee7ae9d865fda740f17'; |
29 | 28 | var dialoga_community = 19195; | ... | ... |