Commit 19d09fe7b910c6791b22459980efe548fe970edc
1 parent
76b86037
Exists in
master
and in
5 other branches
Corrigindo background quando volta para a tela inicial
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
js/main.js
... | ... | @@ -251,6 +251,7 @@ define(['handlebars', 'fastclick', 'handlebars_helpers'], function(Handlebars, F |
251 | 251 | // $('#proposal-group').hide(); |
252 | 252 | this.randomProposalByTheme(['category-saude', 'category-seguranca-publica', 'category-educacao', 'category-reducao-da-pobreza']); |
253 | 253 | $('#proposal-group').show(); /* Show random proposals*/ |
254 | + $('.content').addClass('background'); /* Add class background */ | |
254 | 255 | $('#proposal-categories').show(); |
255 | 256 | $('#nav-proposal-categories a').addClass('active'); |
256 | 257 | $('#nav-proposal-group a').removeClass('active'); | ... | ... |