source:
admin/js/_plugins.js
@
0:54703be25dd6
Revision 0:54703be25dd6, 247 bytes checked in by Dsls <dsls@…>, 14 years ago (diff) |
---|
Line | |
---|---|
1 | $(function() { |
2 | $('table.plugins form input[type=submit][name=delete]').click(function() { |
3 | var p_name = $('input[name=plugin_id]',$(this).parent()).val(); |
4 | return window.confirm(dotclear.msg.confirm_delete_plugin.replace('%s',p_name)); |
5 | }); |
6 | }); |
Note: See TracBrowser
for help on using the repository browser.