summaryrefslogtreecommitdiffstats
path: root/htdocs/js/common.js
blob: c87a5f9ec34fee39f82f4ff9e94964581900001e (plain)
1
2
3
4
5
6

function confirm_delete(type, name)
{
	return confirm("Are you sure you want to delete the " + type +
			" '" + name + "'?");
}