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
/******************************************************************************************************************** | |
Countdown.js is a simple snippet to add a countdown timer for your app. | |
I've forked this coding from https://gist.github.com/adhithyan15/4350689 which was | |
originally a fork of http://jsfiddle.net/HRrYG/. | |
I've implemented a new feature, addTime(); and modified the coding a little bit to be optimized for usage in my app. | |
You can see my demo here https://jsfiddle.net/gounshin/as6drbyL/1/ | |
Since the original code that I forked was released under Creative Commons by SA license, so is mine. | |
********************************************************************************************************************/ | |
function Countdown(seconds) { |