Commit 79cf5f1252bd76ff6cb8a3cee0189e0368e3f75a
Exists in
master
and in
6 other branches
Merge branch 'master' of https://gitlab.com/participa/proposal-app
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
js/main.js
| ... | ... | @@ -17,7 +17,7 @@ define(['handlebars', 'fastclick', 'handlebars_helpers'], function(Handlebars, F |
| 17 | 17 | |
| 18 | 18 | var loginButton; |
| 19 | 19 | |
| 20 | - var participa = false; | |
| 20 | + var participa = true; | |
| 21 | 21 | if(participa){ |
| 22 | 22 | var host = 'http://www.participa.br'; |
| 23 | 23 | var proposal_discussion = '103358'; //participa |
| ... | ... | @@ -34,7 +34,7 @@ define(['handlebars', 'fastclick', 'handlebars_helpers'], function(Handlebars, F |
| 34 | 34 | Main = (function(){ |
| 35 | 35 | |
| 36 | 36 | return { |
| 37 | - private_token: 'db34efd2c7df703b61226c88b7b477c8', | |
| 37 | + private_token: '375bee7e17d0021af7160ce664874618', | |
| 38 | 38 | getProposalId: function() { |
| 39 | 39 | var regexProposals = /\d.*\/propostas\/*.*/; |
| 40 | 40 | var proposalId = 0; | ... | ... |