Dotclear

source: admin/js/_posts_actions.js @ 1035:e5c9bc267f69

Revision 1035:e5c9bc267f69, 128 bytes checked in by franck <carnet.franck.paul@…>, 13 years ago (diff)

Add user id completion in posts actions. Fixes #1022. The user's list is limited to the 100 biggest contributors (in nb of posts), but this should be enhanced with some Ajax if possible.

Line 
1$(function() {
2     $('#new_auth_id').autocomplete(usersList, 
3     {
4          delay: 1000,
5          matchSubset: true,
6          matchContains: true
7     });
8});
Note: See TracBrowser for help on using the repository browser.

Sites map