Skip to content

Commit

Permalink
delete note storage when submitting form
Browse files Browse the repository at this point in the history
  • Loading branch information
kraktus committed Mar 21, 2021
1 parent 73c80db commit 750035a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/javascripts/inquiry.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ $(function () {
}, 5);
});

$('#inquiry .notes .button').on('click', function () {
$('#inquiry .notes').on('submit', function () {
noteStore.remove();
});

Expand Down

0 comments on commit 750035a

Please sign in to comment.