Skip to content
Snippets Groups Projects
Commit de4c9dee authored by Philipp Nowinski's avatar Philipp Nowinski
Browse files

[BUGFIX] fix static method call

parent 15954839
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@ export default class SgJobs {
*/
constructor() {
$('.remove-file').on('click', this._removeFile);
$('#sgjobs-joblist').on('change', '.sgjobs-select', this._filterJoblist);
$('#sgjobs-joblist').on('change', '.sgjobs-select', SgJobs._filterJoblist);
$('#apply-cover-letter').on('change', SgJobs._checkFileSize);
$('#apply-cv').on('change', SgJobs._checkFileSize);
$('#apply-certificate').on('change', SgJobs._checkFileSize);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment