﻿// JScript File

//Confirms the deleting of an item.
function ConfirmClear() {
    return confirm('Are you sure you want to clear the printable list?\nThis action cannot be undone.');
}