This repository has been archived on 2023-10-28. You can view files and clone it, but cannot push or open issues or pull requests.
pwt-0x01-ng/wwwroot/js/ultimate_script.js

4 lines
84 B
JavaScript

function c_item_deletion_confirmation() {
return confirm("Delete the item?");
}