JSHint after [32806]
See #32576. git-svn-id: https://develop.svn.wordpress.org/trunk@32815 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
f9ae6b826a
commit
2b857dfdc3
|
@ -1138,7 +1138,7 @@
|
||||||
// Configure delete button.
|
// Configure delete button.
|
||||||
$removeBtn = control.container.find( '.item-delete' );
|
$removeBtn = control.container.find( '.item-delete' );
|
||||||
|
|
||||||
$removeBtn.on( 'click', function( e ) {
|
$removeBtn.on( 'click', function() {
|
||||||
// Find an adjacent element to add focus to when this menu item goes away
|
// Find an adjacent element to add focus to when this menu item goes away
|
||||||
var $adjacentFocusTarget;
|
var $adjacentFocusTarget;
|
||||||
if ( control.container.next().is( '.customize-control-nav_menu_item' ) ) {
|
if ( control.container.next().is( '.customize-control-nav_menu_item' ) ) {
|
||||||
|
|
Loading…
Reference in New Issue