Changeset 3591:a1a5b7d6fc94 for plugins/simpleMenu
- Timestamp:
- 09/05/17 13:59:15 (8 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/simpleMenu/simplemenu.js
r3584 r3591 16 16 $("#menuitemslist tr td input.position").hide(); 17 17 $("#menuitemslist tr td.handle").addClass('handler'); 18 dotclear.condSubmit('#menuitems tr td input[ type="checkbox"]','#menuitems #remove-action');18 dotclear.condSubmit('#menuitems tr td input[name^=items_selected]','#menuitems #remove-action'); 19 19 });
Note: See TracChangeset
for help on using the changeset viewer.