Skip to content

Commit

Permalink
fixed? issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Mobmaker55 committed Sep 15, 2024
1 parent 94ee197 commit f2825ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/javascript/modules/majorProjectForm.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export default class MajorProjectForm {
this.form.querySelector('input[type=submit]')
.addEventListener('click', e => this._submitForm(e));
this.form.querySelector('input[id=skill-input]')
.addEventListener('focusout')
.addEventListener('focusout', e => this.onWriteSkill(e));
}

onWriteSkill(e) {
Expand Down

0 comments on commit f2825ee

Please sign in to comment.