Removed redundant hash

This commit is contained in:
Marcin Kurczewski 2013-10-13 21:42:43 +02:00
parent e125ecc1c7
commit b4f52e9af5

View file

@ -58,6 +58,8 @@ $(function()
$('li.edit a').click(function(e) $('li.edit a').click(function(e)
{ {
e.preventDefault();
var aDom = $(this); var aDom = $(this);
if (aDom.hasClass('inactive')) if (aDom.hasClass('inactive'))
return; return;