From 283e6633b326446dece863ec37e1903399636f23 Mon Sep 17 00:00:00 2001 From: Victor Costa Date: Thu, 30 Apr 2015 12:07:29 -0300 Subject: [PATCH] Fix slick.js --- js/main.js | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/js/main.js b/js/main.js index 04c976f..e403472 100644 --- a/js/main.js +++ b/js/main.js @@ -350,6 +350,7 @@ define(['handlebars','handlebars_helpers'], function(Handlebars){ $('.results-container .results-content').hide(); $('.experience-proposal-container').show(); $('.talk-proposal-container').show(); + $('.calendar').slick(); var topic_id = proposal_id.split('-').pop(); this.loadRandomProposal(topic_id, private_token); }, -- libgit2 0.21.2