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

(Cherry picked from commit cf4255bf21c30726d6868fca1e07a35a6cd5aadd)
This commit is contained in:
Junichi Satoh 2016-09-25 12:53:31 +09:00
parent a07d133d0f
commit e1672afb53

View File

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