Changeset 1040:c39391d78a5d for plugins/antispam/antispam.js
- Timestamp:
- 11/27/12 07:50:16 (13 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/antispam/antispam.js
r0 r1040 3 3 $("#filters-list").each(function() { 4 4 dragsort.makeTableSortable(this,dotclear.sortable.setHandle, dotclear.sortable.saveOrder); 5 }); 6 $('form input[type=submit][name=delete_all]').click(function(){ 7 return window.confirm(dotclear.msg.confirm_spam_delete); 5 8 }); 6 9 });
Note: See TracChangeset
for help on using the changeset viewer.