Skip to content

Commit

Permalink
Extend animation cookie expiration
Browse files Browse the repository at this point in the history
  • Loading branch information
pkoenig10 committed May 2, 2016
1 parent 522ab55 commit 46f8a16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/animation.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ $( document ).ready(function() {
},100*item);
});
$('#animation .logo').delay(2000).fadeIn(500);
$.cookie('carnivalintro', 'skip');
$.cookie('carnivalintro', 'skip', { expires: 30 });
} else {
$('#animation').hide();
}
Expand Down

0 comments on commit 46f8a16

Please sign in to comment.