Revision 2503:fd451ccbaa59,
278 bytes
checked in by franck <carnet.franck.paul@…>, 12 years ago
(diff) |
Request confirmation before restoring old installation archive (update.php), fixes #1823
|
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 | }); |
---|
[2503] | 5 | $('form input[type=submit][name=b_revert]').click(function(){ |
---|
| 6 | return window.confirm(dotclear.msg.confirm_revert_backup); |
---|
| 7 | }); |
---|
| 8 | }); |
---|
Note: See
TracBrowser
for help on using the repository browser.