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
surtur 5c9546b9be
All checks were successful
continuous-integration/drone/push Build is passing
feat: add product CRUD functionality
* overload of MegaUpload has been added so that it could be used with
  Product as well as Carousel
* confirmation script appropriately edited to now also serve Product
2020-12-29 01:25:13 +01:00

4 lines
82 B
JavaScript

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