Return some semicolons. fixes #25594.
Built from https://develop.svn.wordpress.org/trunk@26623 git-svn-id: http://core.svn.wordpress.org/trunk@26513 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
4b2e6ac5ad
commit
7ac1f7916f
|
@ -388,15 +388,15 @@ var wpNavMenu;
|
|||
menu.on( 'click', '.menus-move-up', function ( e ) {
|
||||
api.moveMenuItem( $( this ).parents( 'li.menu-item' ).find( 'a.item-edit' ), 'up' );
|
||||
e.preventDefault();
|
||||
})
|
||||
});
|
||||
menu.on( 'click', '.menus-move-down', function ( e ) {
|
||||
api.moveMenuItem( $( this ).parents( 'li.menu-item' ).find( 'a.item-edit' ), 'down' );
|
||||
e.preventDefault();
|
||||
})
|
||||
});
|
||||
menu.on( 'click', '.menus-move-top', function ( e ) {
|
||||
api.moveMenuItem( $( this ).parents( 'li.menu-item' ).find( 'a.item-edit' ), 'top' );
|
||||
e.preventDefault();
|
||||
})
|
||||
});
|
||||
menu.on( 'click', '.menus-move-left', function ( e ) {
|
||||
api.moveMenuItem( $( this ).parents( 'li.menu-item' ).find( 'a.item-edit' ), 'left' );
|
||||
e.preventDefault();
|
||||
|
|
Loading…
Reference in New Issue