Commit d0810526c9f2ce78cb9a3454020c4f6330cb599a
1 parent
bfe55e1a
Exists in
master
and in
5 other branches
removes input from serpro captcha
Showing
1 changed file
with
4 additions
and
3 deletions
Show diff stats
js/main.js
... | ... | @@ -35,9 +35,10 @@ define(['jquery', 'handlebars', 'fastclick', 'proposal_app', 'handlebars_helpers |
35 | 35 | //Detects for localhost settings |
36 | 36 | var patt = new RegExp(':3001/'); |
37 | 37 | if(patt.test(window.location.href)){ |
38 | - host = 'http://noosfero.com:3001'; | |
38 | + host = 'http://noosfero.com:3001'; | |
39 | 39 | dialoga_community = 104; |
40 | - proposal_discussion = '413'; //casa | |
40 | +// proposal_discussion = '413'; //Eugênio | |
41 | + proposal_discussion = '392'; //Evandro | |
41 | 42 | recaptchaSiteKey = '6LdsWAcTAAAAAChTUUD6yu9fCDhdIZzNd7F53zf-'; //http://noosfero.com/ |
42 | 43 | cat_saude = 23; |
43 | 44 | } |
... | ... | @@ -1220,7 +1221,7 @@ define(['jquery', 'handlebars', 'fastclick', 'proposal_app', 'handlebars_helpers |
1220 | 1221 | window.lastCaptcha = oCaptcha_serpro_gov_br; |
1221 | 1222 | |
1222 | 1223 | oCaptcha_serpro_gov_br.clienteId = 'fdbcdc7a0b754ee7ae9d865fda740f17'; |
1223 | - oCaptcha_serpro_gov_br.criarUI(signupForm.find('#serpro_captcha')[0], 'css', 'input', 'serpro_captcha_component_'); | |
1224 | + oCaptcha_serpro_gov_br.criarUI(signupForm.find('#serpro_captcha')[0], 'css', 'serpro_captcha_component_'); | |
1224 | 1225 | |
1225 | 1226 | e.preventDefault(); |
1226 | 1227 | }); | ... | ... |