diff --git a/_custom/expandable.js b/_custom/expandable.js index acb117ec..a11eb9e2 100644 --- a/_custom/expandable.js +++ b/_custom/expandable.js @@ -24,7 +24,6 @@ $(document).ready(function() { $(this).next('.content').slideToggle("fast"); // save the state to cookies - var parent_id = $.cookie($(this).parent().prop('id'), $(this).parent().hasClass('displayed'), { path: '/' });