source:
admin/js/_posts_actions.js
@
1419:c121c24d7ced
Revision 1419:c121c24d7ced, 283 bytes checked in by Denis Jean-Christian <contact@…>, 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( |
9 | $('#new_cat').parent().children().not('#new_cat'), |
10 | {} // no cookie on new category as we don't use this every day |
11 | ); |
12 | }); |
Note: See TracBrowser
for help on using the repository browser.