Skip to content

Commit

Permalink
Fixed issue with ajax submit.
Browse files Browse the repository at this point in the history
  • Loading branch information
juancarlosfarah committed May 18, 2015
1 parent 585d78b commit b9ca54a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/server/views/footer.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@
});
removeTargetOnClick($('.removeTarget'));
submitFormOnClick($('#submit'));
submitFormOnClick($('.ajax-submit'));
positionFooter();
});
Expand Down
2 changes: 1 addition & 1 deletion src/server/views/new_animation.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@
id="addTargets"
class="btn btn-primary">Add Target</button>
<button type="button"
class="btn btn-success btn-default"
class="btn btn-success btn-default ajax-submit"
id="submit">Submit</button>
</form>
</div>
Expand Down

0 comments on commit b9ca54a

Please sign in to comment.