Commit dbe049eac2f7c3b744200c4b0de44bc1ad5c2fd2

Authored by Victor Costa
1 parent 9d07adf3

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 158 });
159 159 e.preventDefault();
160 160 });
  161 +
  162 + $('.results-container').hide();
  163 + $('.experience-proposal-container').show();
  164 + $('.talk-proposal-container').show();
  165 +
161 166 $(document.body).off('click', '.vote-result');
162 167 $(document.body).on('click', '.vote-result', function(e) {
163 168 $('.results-container').toggle();
... ...