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