forked from mirror/_s
Fixed minor WordPress coding standard issues.
This commit is contained in:
parent
54614ee763
commit
430d379f4b
|
@ -7,7 +7,7 @@ jQuery( document ).ready( function( $ ) {
|
||||||
else if ( e.which === 39 ) { // Right arrow key code
|
else if ( e.which === 39 ) { // Right arrow key code
|
||||||
url = $( '.entry-attachment a' ).attr( 'href' );
|
url = $( '.entry-attachment a' ).attr( 'href' );
|
||||||
}
|
}
|
||||||
if ( url && ( !$( 'textarea, input' ).is( ':focus' ) ) ) {
|
if ( url && ( ! $( 'textarea, input' ).is( ':focus' ) ) ) {
|
||||||
window.location = url;
|
window.location = url;
|
||||||
}
|
}
|
||||||
} );
|
} );
|
||||||
|
|
Reference in New Issue