Commit a613b0d2cfd657bf4e9d87e9dfa64879f1b0bb56

Authored by Evandro Junior
1 parent f4fdaddf

changed debug mode to false

Showing 1 changed file with 1 additions and 1 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
... ...