Fixed menu is not selectable. (Removed unnecessary return.)
(Cherry picked from commit cf4255bf21
)
This commit is contained in:
parent
a07d133d0f
commit
e1672afb53
|
@ -91,12 +91,6 @@ $(document).ready (function () {
|
|||
);
|
||||
|
||||
|
||||
|
||||
return false;
|
||||
});
|
||||
|
||||
|
||||
|
||||
return false;
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in New Issue