Commit 567c9b9c by Kim Peace

Added dropped promise finish method

parent 3376f66b
...@@ -154,6 +154,7 @@ function postRecords(formData) { ...@@ -154,6 +154,7 @@ function postRecords(formData) {
error: function (err) { error: function (err) {
recordFinished(); recordFinished();
Common.dismissLoadingIndicator(); Common.dismissLoadingIndicator();
done();
}, },
}); });
}); });
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment