summaryrefslogtreecommitdiff
path: root/js/database.js
AgeCommit message (Collapse)Author
2020-10-07Adjustements for jquery updateJean-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-06Fix a query.abord() on a null value on Locks and Process pages when stoping ↵Alexey Baturin
refresh before the first ajax request
2010-06-09Oops, forgot to add the js/database.js file to the commit 6134a181d1910910021dLeonardo Sápiras