Commit 0b5e4e0e006d46df461bd26012533f59f70d5cb8
1 parent
a613b0d2
Exists in
master
and in
6 other branches
Fix private token
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
js/main.js
| ... | ... | @@ -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; | ... | ... |