Commit dbe049eac2f7c3b744200c4b0de44bc1ad5c2fd2
1 parent
9d07adf3
Exists in
master
and in
11 other branches
Fix result button
Showing
1 changed file
with
5 additions
and
0 deletions
Show diff stats
js/main.js
@@ -158,6 +158,11 @@ function loadRandomProposal(topic_id, private_token) { | @@ -158,6 +158,11 @@ function loadRandomProposal(topic_id, private_token) { | ||
158 | }); | 158 | }); |
159 | e.preventDefault(); | 159 | e.preventDefault(); |
160 | }); | 160 | }); |
161 | + | ||
162 | + $('.results-container').hide(); | ||
163 | + $('.experience-proposal-container').show(); | ||
164 | + $('.talk-proposal-container').show(); | ||
165 | + | ||
161 | $(document.body).off('click', '.vote-result'); | 166 | $(document.body).off('click', '.vote-result'); |
162 | $(document.body).on('click', '.vote-result', function(e) { | 167 | $(document.body).on('click', '.vote-result', function(e) { |
163 | $('.results-container').toggle(); | 168 | $('.results-container').toggle(); |