summaryrefslogtreecommitdiffstats
path: root/htdocs/js/confirm.js
blob: cbc91b30b00eb3067012efa6e5c5ff9207534670 (plain)
1
2
3
4
5
function confirm_delete(type, name)
{
	return confirm("Are you sure you want to delete the " + type +
			" '" + name + "'?");
}