Commit e263fb82f965cbe42d8ae120b9510ce3749c3daa
1 parent
42b6a517
Exists in
master
and in
5 other branches
tiny refactor
Showing
1 changed file
with
4 additions
and
6 deletions
Show diff stats
js/main.js
| ... | ... | @@ -32,7 +32,6 @@ define(['jquery', 'handlebars', 'fastclick', 'handlebars_helpers', 'piwik'], fun |
| 32 | 32 | if(participa){ |
| 33 | 33 | var host = 'http://www.participa.br'; |
| 34 | 34 | window.dialoga_community = 19195; |
| 35 | - window.proposal_discussion = '103358'; //participa | |
| 36 | 35 | proposal_discussion = '103358'; //participa |
| 37 | 36 | var cat_saude = 180; |
| 38 | 37 | var cat_seguranca_publica = 182; |
| ... | ... | @@ -41,14 +40,13 @@ define(['jquery', 'handlebars', 'fastclick', 'handlebars_helpers', 'piwik'], fun |
| 41 | 40 | window.recaptchaSiteKey = '6LcLPAcTAAAAAKsd0bxY_TArhD_A7OL19SRCW7_i' |
| 42 | 41 | }else{ |
| 43 | 42 | var host = 'http://noosfero.com:3001'; |
| 44 | - window.dialoga_community = 67; | |
| 45 | - var proposal_discussion = '392'; //local serpro | |
| 43 | + window.dialoga_community = 104; | |
| 44 | +// var proposal_discussion = '392'; //local serpro | |
| 45 | + var proposal_discussion = '413'; //casa | |
| 46 | 46 | window.recaptchaSiteKey = '6LdsWAcTAAAAAChTUUD6yu9fCDhdIZzNd7F53zf-' //http://noosfero.com/ |
| 47 | - | |
| 48 | - window.proposal_discussion = '392' | |
| 49 | 47 | var cat_saude = 23; |
| 50 | 48 | } |
| 51 | - | |
| 49 | + window.proposal_discussion = proposal_discussion; | |
| 52 | 50 | var BARRA_ADDED = false; |
| 53 | 51 | var HIDE_BARRA_DO_GOVERNO = false; |
| 54 | 52 | ... | ... |