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/confirm.js | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 htdocs/js/confirm.js (limited to 'htdocs/js/confirm.js') diff --git a/htdocs/js/confirm.js b/htdocs/js/confirm.js deleted file mode 100644 index cbc91b3..0000000 --- a/htdocs/js/confirm.js +++ /dev/null @@ -1,5 +0,0 @@ -function confirm_delete(type, name) -{ - return confirm("Are you sure you want to delete the " + type + - " '" + name + "'?"); -} -- cgit v1.2.3