diff --git a/public_html/media/js/post-view.js b/public_html/media/js/post-view.js
index cd6ad426..d556582b 100644
--- a/public_html/media/js/post-view.js
+++ b/public_html/media/js/post-view.js
@@ -58,6 +58,8 @@ $(function()
$('li.edit a').click(function(e)
{
+ e.preventDefault();
+
var aDom = $(this);
if (aDom.hasClass('inactive'))
return;