From 9a95bda08c3e7077bf37f684c1e478bcd659eebd Mon Sep 17 00:00:00 2001 From: Malf Furious Date: Thu, 20 Sep 2018 23:30:28 -0400 Subject: stdpage: Add assertconfirm() function --- app/view/stdpage.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'app/view/stdpage.php') 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?"); + } -- cgit v1.2.3