summaryrefslogtreecommitdiffstats
path: root/app/assets
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets')
-rw-r--r--app/assets/img/heads/.gitkeep0
-rw-r--r--app/assets/img/heads/null.jpgbin0 -> 8483 bytes
-rw-r--r--app/assets/js/scrott.js8
3 files changed, 8 insertions, 0 deletions
diff --git a/app/assets/img/heads/.gitkeep b/app/assets/img/heads/.gitkeep
deleted file mode 100644
index e69de29..0000000
--- a/app/assets/img/heads/.gitkeep
+++ /dev/null
diff --git a/app/assets/img/heads/null.jpg b/app/assets/img/heads/null.jpg
new file mode 100644
index 0000000..a78f946
--- /dev/null
+++ b/app/assets/img/heads/null.jpg
Binary files differ
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?");
+}