source:
plugins/attachments/js/post.js
@
3709:c88e69474c34
Revision 3709:c88e69474c34, 185 bytes checked in by franck <carnet.franck.paul@…>, 8 years ago (diff) |
---|
Line | |
---|---|
1 | /*global $ */ |
2 | 'use strict'; |
3 | |
4 | $(function() { |
5 | $('h5.s-attachments').toggleWithLegend($('.s-attachments').not('h5'), { |
6 | user_pref: 'dcx_attachments', |
7 | legend_click: true |
8 | }); |
9 | }); |
Note: See TracBrowser
for help on using the repository browser.