Removed redundant hash
This commit is contained in:
parent
e125ecc1c7
commit
b4f52e9af5
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue