function deletePrompt(text, url) { if (confirm(text)) { location.href = url } }