Changeset 3762:e5c18a9ead6a for admin/js
- Timestamp:
- 06/17/18 08:50:16 (7 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/js/_plugins.js
r3706 r3762 5 5 // expand a module line 6 6 $('table.modules.expandable tr.line').each(function() { 7 $('td.module-name ', this).toggleWithLegend($(this).next('.module-more'), {7 $('td.module-name, th.module-name', this).toggleWithLegend($(this).next('.module-more'), { 8 8 img_on_src: dotclear.img_plus_src, 9 9 img_on_alt: dotclear.img_plus_alt,
Note: See TracChangeset
for help on using the changeset viewer.