source:
admin/js/_update.js
@
1803:74c3e4c9ef71
Revision 1803:74c3e4c9ef71, 146 bytes checked in by Dsls, 12 years ago (diff) |
---|
Rev | Line | |
---|---|---|
[1803] | 1 | $(function() { |
2 | $('form input[type=submit][name=b_del]').click(function(){ | |
3 | return window.confirm(dotclear.msg.confirm_delete_backup); | |
4 | }); | |
[1462] | 5 | }); |
Note: See TracBrowser
for help on using the repository browser.