From 750c03f854ace16cd013c189369aa0cf9d3bdd9d Mon Sep 17 00:00:00 2001 From: Jeremy Kerr Date: Tue, 23 Sep 2008 20:52:53 +1000 Subject: [views] Restructure profile view, simplify bundle access Make bundles more like todo lists - the list itself has its own page, accessible from the top user links. Signed-off-by: Jeremy Kerr --- htdocs/js/confirm.js | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 htdocs/js/confirm.js (limited to 'htdocs/js/confirm.js') diff --git a/htdocs/js/confirm.js b/htdocs/js/confirm.js new file mode 100644 index 0000000..cbc91b3 --- /dev/null +++ b/htdocs/js/confirm.js @@ -0,0 +1,5 @@ +function confirm_delete(type, name) +{ + return confirm("Are you sure you want to delete the " + type + + " '" + name + "'?"); +} -- cgit v1.2.3