Commit 4474d3d198dc8ed37cb42258aafac7c8ef2c4dd4

Authored by augustoalmeida
2 parents 982e4cbe cf974aec

Merge branch 'master' of https://gitlab.com/participa/proposal-app

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
js/main.js
... ... @@ -250,6 +250,7 @@ define(['handlebars', 'fastclick', 'handlebars_helpers'], function(Handlebars, F
250 250 display_category_tab: function(){
251 251 // $('#proposal-group').hide();
252 252 this.randomProposalByTheme(['category-saude', 'category-seguranca-publica', 'category-educacao', 'category-reducao-da-pobreza']);
  253 + $('#proposal-group').show(); /* Show random proposals*/
253 254 $('#proposal-categories').show();
254 255 $('#nav-proposal-categories a').addClass('active');
255 256 $('#nav-proposal-group a').removeClass('active');
... ...