Changeset 2353:5cbbdb976b50 for admin
- Timestamp:
- 10/13/13 20:05:08 (12 years ago)
- Branch:
- 2.6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/js/_plugins.js
r2292 r2353 162 162 163 163 // confirm module deletion 164 $(' div.module-actions form input[type=submit][name=delete]').click(function() {164 $('td.module-actions form input[type=submit][name=delete]').click(function() { 165 165 var module_id = $('input[name=module]',$(this).parent()).val(); 166 166 return window.confirm(dotclear.msg.confirm_delete_plugin.replace('%s',module_id));
Note: See TracChangeset
for help on using the changeset viewer.