Skip to content
This repository has been archived by the owner on Jul 19, 2024. It is now read-only.

Commit

Permalink
fixes #779. date field is functional again
Browse files Browse the repository at this point in the history
  • Loading branch information
robby-d committed Jun 25, 2016
1 parent 4ff9b2f commit dccfb9e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/js/components/balances.js
Original file line number Diff line number Diff line change
Expand Up @@ -1733,6 +1733,9 @@ function BroadcastModalViewModel() {
}

self.submitForm = function() {
//Update the date in the model from what the date/time widget says
self.broadcastDate($("input[name='broadcastTimestamp']").data("DateTimePicker").date.toDate())

if (!self.validationModel.isValid()) {
self.validationModel.errors.showAllMessages();
return false;
Expand Down

0 comments on commit dccfb9e

Please sign in to comment.