Fixed menu is not selectable. (Removed unnecessary return.)

(Cherry picked from commit cf4255bf21)
This commit is contained in:
Junichi Satoh 2016-09-25 12:53:31 +09:00
parent a07d133d0f
commit e1672afb53
1 changed files with 0 additions and 6 deletions

View File

@ -91,12 +91,6 @@ $(document).ready (function () {
);
return false;
});
return false;
});