From 11bfcbc720bb39833efddc367ac671723f3944a2 Mon Sep 17 00:00:00 2001 From: Jeremy Kerr Date: Wed, 24 Sep 2008 16:21:38 +1000 Subject: [html] Consolidate js files We don't need most of the stuff in htdocs/js/. Put the only function required into a common.js, which we can add other stuff to. Signed-off-by: Jeremy Kerr --- htdocs/js/people.js | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 htdocs/js/people.js (limited to 'htdocs/js/people.js') diff --git a/htdocs/js/people.js b/htdocs/js/people.js deleted file mode 100644 index 7fb4e9f..0000000 --- a/htdocs/js/people.js +++ /dev/null @@ -1,5 +0,0 @@ - -function personpopup(name) -{ - alert("meep!"); -} -- cgit v1.2.3