source:
admin/js/_posts_actions.js
@
1035:e5c9bc267f69
Revision 1035:e5c9bc267f69, 128 bytes checked in by franck <carnet.franck.paul@…>, 13 years ago (diff) |
---|
Rev | Line | |
---|---|---|
[1035] | 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.