From b4f52e9af559b2979425ac6beef3f7cf07939126 Mon Sep 17 00:00:00 2001 From: Marcin Kurczewski Date: Sun, 13 Oct 2013 21:42:43 +0200 Subject: [PATCH] Removed redundant hash --- public_html/media/js/post-view.js | 2 ++ 1 file changed, 2 insertions(+) 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;