Created
April 7, 2015 06:20
-
-
Save nocubicles/49c2096d79e7c5562961 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Template.productList.rendered = function () { | |
| $('#clock').countdown("2020/10/10", function(event) { | |
| var totalHours = event.offset.totalDays * 24 + event.offset.hours; | |
| $(this).html(event.strftime(totalHours + ' hr %M min %S sec')); | |
| }) | |
| }; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment