Adjustements for jquery update
authorJean-Michel Vourgère <nirgal@debian.org>
Mon, 23 Dec 2019 14:23:12 +0000 (15:23 +0100)
committerRobert Treat <xzilla@users.noreply.github.com>
Wed, 7 Oct 2020 02:18:30 +0000 (22:18 -0400)
commitbf0572a7d4d31d53cc26cd75e94daf3fbd0d5510
treebf58caee7da0abe0fd1fbd3264937c5a0b4d07a5
parentf28e894fb398558948ec597c667e1110198dbf34
Adjustements for jquery update

- Replaced .click(function) by .on('click', function)
- Replaced .click() by .trigger('click')
- Replaced .live(event, function) by .on(event, function)
- Replaced $(document).ready(function) by $(function)
- Replaced .bind/.unbind by .on/.off
- Replaced keypress events by keydown events, so that up/down keys get
supported again.

Thanks to the jquery-migrate project.
classes/Misc.php
js/ac_insert_row.js
js/database.js
js/display.js