From e9d61d5f9df80e4304abf60f5dde99b54eefad71 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Thu, 8 Jan 2009 03:05:53 +0000 Subject: "delete" is a reserved word in Chrome, apparently. --- modules/comment/views/admin_comments.html.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/comment/views/admin_comments.html.php b/modules/comment/views/admin_comments.html.php index 022b9fee..b1f0aa97 100644 --- a/modules/comment/views/admin_comments.html.php +++ b/modules/comment/views/admin_comments.html.php @@ -9,7 +9,7 @@ var delete_url = ""; - function delete(id) { + function del(id) { $.get(delete_url.replace("__ID__", id)); $("#gComment-" + id).slideUp(); } @@ -122,7 +122,7 @@
  • - +
  • -- cgit v1.2.3