From 0b5e4e0e006d46df461bd26012533f59f70d5cb8 Mon Sep 17 00:00:00 2001 From: Victor Costa Date: Wed, 27 May 2015 10:19:18 -0300 Subject: [PATCH] Fix private token --- js/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/main.js b/js/main.js index 79e5ad0..0c1d184 100644 --- a/js/main.js +++ b/js/main.js @@ -34,7 +34,7 @@ define(['handlebars', 'fastclick', 'handlebars_helpers'], function(Handlebars, F Main = (function(){ return { - private_token: 'db34efd2c7df703b61226c88b7b477c8', + private_token: '375bee7e17d0021af7160ce664874618', getProposalId: function() { var regexProposals = /\d.*\/propostas\/*.*/; var proposalId = 0; -- libgit2 0.21.2