Skip to content

Commit

Permalink
Actually send the new form data.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Nov 26, 2013
1 parent b6bcd81 commit b52e033
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hermes/js/hermes.js
Expand Up @@ -1370,7 +1370,8 @@ HermesCore = {
desc: $F('hermesTimerTitle'),
client_id: $F('hermesTimerClient'),
deliverable_id: $F('hermesTimerCostObject'),
jobtype_id: $F('hermesTimerJobtype')
jobtype_id: $F('hermesTimerJobtype'),
exclusive: $F('hermesTimerExclusive')
},
{ callback: this.newTimerCallback.bind(this) }
);
Expand Down

0 comments on commit b52e033

Please sign in to comment.