]> git.ozlabs.org Git - patchwork/blobdiff - htdocs/js/confirm.js
[html] Consolidate js files
[patchwork] / htdocs / js / confirm.js
diff --git a/htdocs/js/confirm.js b/htdocs/js/confirm.js
deleted file mode 100644 (file)
index cbc91b3..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-function confirm_delete(type, name)
-{
-       return confirm("Are you sure you want to delete the " + type +
-                       " '" + name + "'?");
-}