source:
admin/js/_posts_actions.js
@
1638:9a3c2618fa60
Revision 1638:9a3c2618fa60, 301 bytes checked in by Nicolas <nikrou77@…>, 12 years ago (diff) |
---|
Line | |
---|---|
1 | $(function() { |
2 | $('#new_auth_id').autocomplete(usersList, |
3 | { |
4 | delay: 1000, |
5 | matchSubset: true, |
6 | matchContains: true |
7 | }); |
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.