Switch to side-by-side view
--- a/Allura/allura/lib/widgets/discuss.py +++ b/Allura/allura/lib/widgets/discuss.py @@ -391,12 +391,6 @@ if (allow_moderate.length) { var cval = $.cookie('_session_id'); thread_spam[0].style.display='block'; - thread_spam.click(function(evt){ - evt.preventDefault(); - $.post(thread_spam.attr('href'), {_session_id: cval}, function () { - window.location.reload(); - }); - }); } } });