function apply() {
    if (confirm('Czy napewno chcesz wykonać tę akcję?')) return true;
    return false;
}

