source:
admin/js/_posts_actions.js
@
1806:6a0391e85f73
Revision 1806:6a0391e85f73, 365 bytes checked in by Dsls, 12 years ago (diff) |
---|
Line | |
---|---|
1 | $(function() { |
2 | new_auth_id = $('#new_auth_id'); |
3 | if (new_auth_id.length) { |
4 | new_auth_id.autocomplete(usersList, |
5 | { |
6 | delay: 1000, |
7 | matchSubset: true, |
8 | matchContains: true |
9 | }); |
10 | } |
11 | $('#new_cat').toggleWithLegend($('#new_cat').parent().children().not('#new_cat'), { |
12 | // no cookie on new category as we don't use this every day |
13 | legend_click: true |
14 | }); |
15 | }); |
Note: See TracBrowser
for help on using the repository browser.