summaryrefslogtreecommitdiffstats
path: root/htdocs/js/people.js
diff options
context:
space:
mode:
Diffstat (limited to 'htdocs/js/people.js')
-rw-r--r--htdocs/js/people.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/htdocs/js/people.js b/htdocs/js/people.js
new file mode 100644
index 0000000..7fb4e9f
--- /dev/null
+++ b/htdocs/js/people.js
@@ -0,0 +1,5 @@
+
+function personpopup(name)
+{
+ alert("meep!");
+}