Please edit the file administrator/components/com_jevents/fields/jevmenu.php and change line 48 from
if ($jinput->getString("option") == "com_config"){
to
if ($jinput->getString("option") == "com_config" && JFactory::getApplication()->isAdmin()){
that should resolve the issue