Make entire menu text clickable in mobile responsive menus
<?php
//* Do NOT include the opening php tag shown above. Copy the code shown below.
<!-- Replace -->
if (event.target !== this)
<!-- with -->
if ( ( event.target !== this ) && ( event.target != '' ) )
<!-- in responsive-menu.js. -->
<!-- Do not add "#". -->