summaryrefslogtreecommitdiffstats
path: root/app/assets/js
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--app/assets/js/scrott.js8
1 files changed, 8 insertions, 0 deletions
diff --git a/app/assets/js/scrott.js b/app/assets/js/scrott.js
new file mode 100644
index 0000000..675597b
--- /dev/null
+++ b/app/assets/js/scrott.js
@@ -0,0 +1,8 @@
+/*
+ * Common Javascript logic for the Scrott application
+ */
+
+function assertConfirm()
+{
+ return confirm("Are you sure?");
+}