Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Bug 838629 - Enabling countdown for top up with code #8040

Merged
merged 1 commit into from Feb 14, 2013
Merged

Bug 838629 - Enabling countdown for top up with code #8040

merged 1 commit into from Feb 14, 2013

Conversation

delapuente
Copy link
Contributor

No description provided.

clearInterval(topUpCountdown);
topUpCountdown = setInterval(function _updateCountdown() {
var minutes = Math.floor(countdown / 60);
var seconds = (countdown % 60).toFixed(0);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

despite of seeing this %60, i swear that first time i started seeing the count down to:

04:60

:S could you take a look?

delapuente added a commit that referenced this pull request Feb 14, 2013
Bug 838629 - Enabling countdown for top up with code
Cause r+
@delapuente delapuente merged commit f6f9084 into mozilla-b2g:master Feb 14, 2013
delapuente added a commit that referenced this pull request Feb 14, 2013
Bug 838629 - Enabling countdown for top up with code
Cause r+(cherry picked from commit f6f9084)
delapuente added a commit that referenced this pull request Feb 14, 2013
Bug 838629 - Enabling countdown for top up with code
Cause r+(cherry picked from commit f6f9084)
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
2 participants