Skip to content

Commit 7dd9322

Browse files
author
Alex Stine
committed
Fixed variable that is defined but not used.
1 parent db099ae commit 7dd9322

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

public/partials/js/aria_mobile_menu.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jQuery(document).ready(function($) {
3535
/**
3636
* Closes mobile menu when it loses focus.
3737
*/
38-
$(this).on('focusin', function (e) {
38+
$(this).on('focusin', function () {
3939
if($('#et_mobile_nav_menu .mobile_nav').hasClass('opened')) {
4040
if(!$('#et_mobile_nav_menu .et_mobile_menu :focus').length) {
4141
$('#et_mobile_nav_menu .mobile_menu_bar_toggle').click();

public/partials/js/aria_mobile_menu.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)