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); }