Commit 2c34fc13bd34e0cbe79b78084a9aa4e1de38dc09

Authored by Michel Felipe
1 parent 79c59418

Remove commented lines to test with dialoga local database

Showing 1 changed file with 3 additions and 3 deletions   Show diff stats
js/main.js
... ... @@ -56,11 +56,11 @@ define(['jquery', 'handlebars', 'fastclick', 'proposal_app', 'handlebars_helpers
56 56 host = 'http://login.dialoga.gov.br';
57 57 }else if (new RegExp(':3001/').test(window.location.href)){
58 58 host = 'http://noosfero.com:3001';
59   - //dialoga_community = 104;
  59 + dialoga_community = 104;
60 60 // proposal_discussion = '413'; //Eugênio
61   - //proposal_discussion = '392'; //Evandro
  61 + proposal_discussion = '392'; //Evandro
62 62 recaptchaSiteKey = '6LdsWAcTAAAAAChTUUD6yu9fCDhdIZzNd7F53zf-'; //http://noosfero.com/
63   - //cat_saude = 23;
  63 + cat_saude = 23;
64 64 } else { //ABNER
65 65 host = 'http://local.abner.com:3002';
66 66 dialoga_community = 105;
... ...