summaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
authorMalf Furious <m@lfurio.us>2018-09-20 23:30:28 -0400
committerMalf Furious <m@lfurio.us>2018-09-20 23:30:28 -0400
commit9a95bda08c3e7077bf37f684c1e478bcd659eebd (patch)
treeccad652e29cbdbc68c39ddfef4da5dccf3f61d93 /app
parent52ae87e3fe90a0231e874cb498797e2ef2295518 (diff)
downloadscrott-9a95bda08c3e7077bf37f684c1e478bcd659eebd.tar.gz
scrott-9a95bda08c3e7077bf37f684c1e478bcd659eebd.zip
stdpage: Add assertconfirm() function
Diffstat (limited to 'app')
-rw-r--r--app/view/stdpage.php4
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 } ?>