Skip to content
This repository has been archived by the owner on Oct 8, 2019. It is now read-only.

Commit

Permalink
Merge pull request #252 from plondon/fee-per-kb-enter
Browse files Browse the repository at this point in the history
Fix unvalidated fee_per_kb entry submissions
  • Loading branch information
Sjors committed Jan 21, 2016
2 parents ab1e273 + 0b27a81 commit 131e1b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions assets/js/directives/bc-async-input.directive.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ function bcAsyncInput($timeout, Wallet) {
scope.validator ? scope.validator(scope.form.newValue) : true;

scope.save = () => {
if (!scope.validate()) return;
scope.status.saving = true;

let success = () => {
Expand Down

0 comments on commit 131e1b6

Please sign in to comment.