Skip to content

Commit

Permalink
Simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Nov 24, 2013
1 parent b771a0a commit abc63dd
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions hermes/js/hermes.js
Expand Up @@ -1349,9 +1349,11 @@ HermesCore = {
{
if (!r.id) {
$('hermesTimerDialog').fade({ duration: this.effectDur });
this.inTimerForm = false;
} else {
r.e = 0;
this.insertTimer(r, $F('hermesTimerTitle'));
}

this.insertTimer({ 'id': r.id, 'e': 0, 'paused': false }, $F('hermesTimerTitle'));
},

/**
Expand Down

0 comments on commit abc63dd

Please sign in to comment.