Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-10-07 | Adjustements for jquery update | Jean-Michel Vourgère | |
- 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. | |||
2010-08-06 | Fix a query.abord() on a null value on Locks and Process pages when stoping ↵ | Alexey Baturin | |
refresh before the first ajax request | |||
2010-06-09 | Oops, forgot to add the js/database.js file to the commit 6134a181d1910910021d | Leonardo Sápiras | |