During some code investigating, I found a html submit button like this:
<button class="btn btn-primary">Create new aicraft</button>
I know somewhere there is javascript code that handeles the button click
event. How can I find that javascript code?