Changeset 1049:1d17674d50ad for plugins/antispam/antispam.js
- Timestamp:
- 12/02/12 16:04:27 (13 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/antispam/antispam.js
r1040 r1049 4 4 dragsort.makeTableSortable(this,dotclear.sortable.setHandle, dotclear.sortable.saveOrder); 5 5 }); 6 $('form input[type=submit][name=delete_all ]').click(function(){6 $('form input[type=submit][name=delete_all_spam]').click(function(){ 7 7 return window.confirm(dotclear.msg.confirm_spam_delete); 8 8 });
Note: See TracChangeset
for help on using the changeset viewer.