Commit 1afc4cdef1be4c57ea9eec594e10ec86baa93b58
1 parent
66f5cb15
Exists in
master
and in
5 other branches
Fix api access
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
js/main.js
... | ... | @@ -33,6 +33,7 @@ define(['handlebars', 'fastclick', 'handlebars_helpers'], function(Handlebars, F |
33 | 33 | var host = 'http://www.participa.br'; |
34 | 34 | window.dialoga_community = 19195; |
35 | 35 | window.proposal_discussion = '103358'; //participa |
36 | + proposal_discussion = '103358'; //participa | |
36 | 37 | var cat_saude = 180; |
37 | 38 | var cat_seguranca_publica = 182; |
38 | 39 | var cat_educacao = 181; | ... | ... |