From 9054bb0bb5951b0e0f77be45fe90adf9ef371ca5 Mon Sep 17 00:00:00 2001 From: Cameron Date: Thu, 14 Mar 2013 16:30:33 -0700 Subject: [PATCH] Remove debug alert() --- e107_plugins/forum/forum_class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e107_plugins/forum/forum_class.php b/e107_plugins/forum/forum_class.php index e949815a1..32a72c553 100644 --- a/e107_plugins/forum/forum_class.php +++ b/e107_plugins/forum/forum_class.php @@ -68,7 +68,7 @@ $(document).ready(function() var t = '#thread-' + thread ; var p = '#post-' + post ; - alert(p); + // alert(p); $(t).hide('slow'); $(p).hide('slow').slideUp(800); }