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
js/main.js
... ... @@ -350,6 +350,7 @@ define(['handlebars','handlebars_helpers'], function(Handlebars){
350 350 $('.results-container .results-content').hide();
351 351 $('.experience-proposal-container').show();
352 352 $('.talk-proposal-container').show();
  353 + $('.calendar').slick();
353 354 var topic_id = proposal_id.split('-').pop();
354 355 this.loadRandomProposal(topic_id, private_token);
355 356 },
... ...