Changeset 995:ffd146bbe114 for admin/js
- Timestamp:
- 11/12/12 14:33:46 (13 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/js/_posts_list.js
r740 r995 69 69 70 70 $(function() { 71 // Entry type switcher 72 $('#type').change(function() { 73 this.form.submit(); 74 }); 75 71 76 $('#form-entries tr.line').each(function() { 72 77 dotclear.postExpander(this);
Note: See TracChangeset
for help on using the changeset viewer.