diff options
author | Malf Furious <m@lfurio.us> | 2018-09-20 23:30:28 -0400 |
---|---|---|
committer | Malf Furious <m@lfurio.us> | 2018-09-20 23:30:28 -0400 |
commit | 9a95bda08c3e7077bf37f684c1e478bcd659eebd (patch) | |
tree | ccad652e29cbdbc68c39ddfef4da5dccf3f61d93 /app/view/stdpage.php | |
parent | 52ae87e3fe90a0231e874cb498797e2ef2295518 (diff) | |
download | scrott-9a95bda08c3e7077bf37f684c1e478bcd659eebd.tar.gz scrott-9a95bda08c3e7077bf37f684c1e478bcd659eebd.zip |
stdpage: Add assertconfirm() function
Diffstat (limited to '')
-rw-r--r-- | app/view/stdpage.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/view/stdpage.php b/app/view/stdpage.php index 38674ea..7ba718d 100644 --- a/app/view/stdpage.php +++ b/app/view/stdpage.php @@ -152,6 +152,10 @@ require_once "view/settings.php"; //$(this).data("guid"); $("#aboutModal").modal("show"); }); + + function assertconfirm() { + return confirm("Are you sure?"); + } </script> <?php } ?> |