/*
Theme Name: Safer Child Theme
Theme URI: http://safer.like-themes.com/
Author: Like Themes
Author URI: http://like-themes.com/
Description: Blank Child Theme for Safer
Template: safer
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: four-columns, right-sidebar, full-width-template
Text Domain: safer

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
<script> 
$('.menu-item-has-children > a').click(function(e) {
    // Only prevent default if a mobile menu is open
    if ($(window).width() < 768) {
        e.preventDefault();
    }
});
</script>