]> git.ozlabs.org Git - patchwork/blob - htdocs/js/confirm.js
cbc91b30b00eb3067012efa6e5c5ff9207534670
[patchwork] / htdocs / js / confirm.js
1 function confirm_delete(type, name)
2 {
3         return confirm("Are you sure you want to delete the " + type +
4                         " '" + name + "'?");
5 }