summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authoryorhel <yorhel@1fe2e327-d9db-4752-bcf7-ef0cb4a1748b>2008-07-16 07:34:49 +0000
committeryorhel <yorhel@1fe2e327-d9db-4752-bcf7-ef0cb4a1748b>2008-07-16 07:34:49 +0000
commitee40f5605e50b1d421e3456f672a324360aff5a7 (patch)
tree3c0b8b491da00c20d1f4b38a634d5be12e13cee4 /static
parent94e9da6f6c654f45bc7efb7a4e6591c64f0553c5 (diff)
Accounts can be deleted, home page now shows age of last post instead of user, removed the /u+/pending URL, and small bugfix in dump.sql
git-svn-id: svn://vndb.org/vndb@69 1fe2e327-d9db-4752-bcf7-ef0cb4a1748b
Diffstat (limited to 'static')
-rw-r--r--static/files/def.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/static/files/def.js b/static/files/def.js
index a6f80ae4..3c13402b 100644
--- a/static/files/def.js
+++ b/static/files/def.js
@@ -253,6 +253,9 @@ DOMLoad(function() {
}
}
+ // userdel
+ cl('userdel', function() { return confirm("Completely remove this account from the site?") });
+
// vote warnings
cl('dovote_10', function() { return confirm(
"You are about to give this visual novel a 10 out of 10. This is a rather extreme rating, "