summaryrefslogtreecommitdiff
path: root/htdocs/js/people.js
diff options
context:
space:
mode:
authorJeremy Kerr <jk@ozlabs.org>2008-08-21 09:38:06 +0800
committerJeremy Kerr <jk@ozlabs.org>2008-08-21 09:38:06 +0800
commitc561ebe710d6e6a43aa4afc6c2036a215378ce87 (patch)
tree7d4a56233ef53a0457646c47895ac5c6e7a65d31 /htdocs/js/people.js
downloadpatchwork-c561ebe710d6e6a43aa4afc6c2036a215378ce87.tar
patchwork-c561ebe710d6e6a43aa4afc6c2036a215378ce87.tar.gz
Inital commit
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
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!");
+}