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
@@ -56,11 +56,11 @@ define(['jquery', 'handlebars', 'fastclick', 'proposal_app', 'handlebars_helpers @@ -56,11 +56,11 @@ define(['jquery', 'handlebars', 'fastclick', 'proposal_app', 'handlebars_helpers
56 host = 'http://login.dialoga.gov.br'; 56 host = 'http://login.dialoga.gov.br';
57 }else if (new RegExp(':3001/').test(window.location.href)){ 57 }else if (new RegExp(':3001/').test(window.location.href)){
58 host = 'http://noosfero.com:3001'; 58 host = 'http://noosfero.com:3001';
59 - //dialoga_community = 104; 59 + dialoga_community = 104;
60 // proposal_discussion = '413'; //Eugênio 60 // proposal_discussion = '413'; //Eugênio
61 - //proposal_discussion = '392'; //Evandro 61 + proposal_discussion = '392'; //Evandro
62 recaptchaSiteKey = '6LdsWAcTAAAAAChTUUD6yu9fCDhdIZzNd7F53zf-'; //http://noosfero.com/ 62 recaptchaSiteKey = '6LdsWAcTAAAAAChTUUD6yu9fCDhdIZzNd7F53zf-'; //http://noosfero.com/
63 - //cat_saude = 23; 63 + cat_saude = 23;
64 } else { //ABNER 64 } else { //ABNER
65 host = 'http://local.abner.com:3002'; 65 host = 'http://local.abner.com:3002';
66 dialoga_community = 105; 66 dialoga_community = 105;