Commit 9959b92c14f5f6eac5827096044b7c632b383bac

Authored by Eder Carlos
1 parent 149f2546

Correcao comportamento Programas

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
js/main.js
... ... @@ -257,7 +257,7 @@ define(['handlebars', 'fastclick', 'handlebars_helpers'], function(Handlebars, F
257 257 },
258 258 // fim Eduardo
259 259 display_proposal: function(proposal_id){
260   - // $('#proposal-categories').hide();
  260 + $('#proposal-categories').hide();
261 261 $('#proposal-group').hide();
262 262 $('.proposal-category-items').hide(); /* Hide Category Items */
263 263 $('nav').hide();
... ...