Commit 283e6633b326446dece863ec37e1903399636f23

Authored by Victor Costa
1 parent 7a8ae43f

Fix slick.js

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
@@ -350,6 +350,7 @@ define(['handlebars','handlebars_helpers'], function(Handlebars){ @@ -350,6 +350,7 @@ define(['handlebars','handlebars_helpers'], function(Handlebars){
350 $('.results-container .results-content').hide(); 350 $('.results-container .results-content').hide();
351 $('.experience-proposal-container').show(); 351 $('.experience-proposal-container').show();
352 $('.talk-proposal-container').show(); 352 $('.talk-proposal-container').show();
  353 + $('.calendar').slick();
353 var topic_id = proposal_id.split('-').pop(); 354 var topic_id = proposal_id.split('-').pop();
354 this.loadRandomProposal(topic_id, private_token); 355 this.loadRandomProposal(topic_id, private_token);
355 }, 356 },