source:
admin/js/_posts_actions.js
@
1638:9a3c2618fa60
Revision 1638:9a3c2618fa60, 301 bytes checked in by Nicolas <nikrou77@…>, 12 years ago (diff) |
---|
Rev | Line | |
---|---|---|
[1035] | 1 | $(function() { |
[1638] | 2 | $('#new_auth_id').autocomplete(usersList, |
[1035] | 3 | { |
4 | delay: 1000, | |
5 | matchSubset: true, | |
6 | matchContains: true | |
7 | }); | |
[1638] | 8 | $('#new_cat').toggleWithLegend($('#new_cat').parent().children().not('#new_cat'), { |
9 | // no cookie on new category as we don't use this every day | |
10 | legend_click: true | |
11 | }); | |
12 | }); |
Note: See TracBrowser
for help on using the repository browser.