From: nirgal <no...@gi...> - 2020-10-07 02:19:18
|
Branch: refs/heads/master Home: https://github.com/phppgadmin/phppgadmin Commit: f28e894fb398558948ec597c667e1110198dbf34 https://github.com/phppgadmin/phppgadmin/commit/f28e894fb398558948ec597c667e1110198dbf34 Author: Jean-Michel Vourgère <ni...@de...> Date: 2020-10-06 (Tue, 06 Oct 2020) Changed paths: M libraries/js/jquery.js Log Message: ----------- Upgraded jquery to version 3.4.1 Note that the minimized version is not considered "source code". Commit: bf0572a7d4d31d53cc26cd75e94daf3fbd0d5510 https://github.com/phppgadmin/phppgadmin/commit/bf0572a7d4d31d53cc26cd75e94daf3fbd0d5510 Author: Jean-Michel Vourgère <ni...@de...> Date: 2020-10-06 (Tue, 06 Oct 2020) Changed paths: M classes/Misc.php M js/ac_insert_row.js M js/database.js M js/display.js Log Message: ----------- 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. Compare: https://github.com/phppgadmin/phppgadmin/compare/aecd9a8ef97f...bf0572a7d4d3 |