Skip to content
Snippets Groups Projects
Unverified Commit 55b7d232 authored by Saurabh Kumar's avatar Saurabh Kumar Committed by GitHub
Browse files

Performance improvement on application form (#3577)


This PR optimizes the code and logic responsible for unlocking
the application form on detecting human activity.

- makes the unlocking action DRY.
- move away from using jquery
- prevent the unlock action from firing on every mouse move, the unlock
  action is performed only once.
- Use more standard key names instead of keycodes.

---------

Co-authored-by: default avatarFredrik Jonsson <frjo@xdeb.org>
parent cdcbda5e
Loading
Loading
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