]> git.ozlabs.org Git - patchwork/blob - htdocs/js/confirm.js
[views] Change default ordering to latest-first
[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 }