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