Commit a56937281e790cd8bae22e23f983f58365e38a60
Exists in
master
and in
5 other branches
Merge branch 'master' of https://gitlab.com/participa/proposal-app
Showing
1 changed file
with
3 additions
and
2 deletions
Show diff stats
js/main.js
... | ... | @@ -263,8 +263,9 @@ define(['handlebars', 'fastclick', 'handlebars_helpers'], function(Handlebars, F |
263 | 263 | $('nav').show(); |
264 | 264 | }, |
265 | 265 | display_proposals_tab: function(){ |
266 | - $('#proposal-categories').hide(); | |
267 | - this.randomProposalByTheme(['category-saude', 'category-seguranca-publica', 'category-educacao', 'category-reducao-da-pobreza']); | |
266 | + // $('#proposal-categories').hide(); | |
267 | + // this.randomProposalByTheme(['category-saude', 'category-seguranca-publica', 'category-educacao', 'category-reducao-da-pobreza']); | |
268 | + $('.proposal-item').show(); /* Show all programs */ | |
268 | 269 | $('#proposal-group').show(); |
269 | 270 | $('#nav-proposal-group a').addClass('active'); |
270 | 271 | $('#nav-proposal-categories a').removeClass('active'); | ... | ... |