Commit 930c115632bb2783638d864d0d2891e2c613b66e
1 parent
dd476916
Exists in
master
and in
5 other branches
Do not hide proposal form when enter in details
Showing
1 changed file
with
0 additions
and
1 deletions
Show diff stats
js/main.js
... | ... | @@ -346,7 +346,6 @@ define(['handlebars', 'fastclick', 'handlebars_helpers'], function(Handlebars, F |
346 | 346 | $('#content').hide(); |
347 | 347 | $('#article-container').hide(); |
348 | 348 | $proposal = $('#proposal-item-' + proposal_id); |
349 | - $proposal.find('.make-proposal-form').hide(); | |
350 | 349 | $proposal.find('.proposal-header').hide(); |
351 | 350 | $proposal.find('.make-proposal-container').hide(); |
352 | 351 | $proposal.find('.support-proposal-container').hide(); | ... | ... |