commit
9f50c62fea
|
@ -28,7 +28,7 @@ jQuery( function( $ ) {
|
||||||
if ( href.length ) {
|
if ( href.length ) {
|
||||||
e.preventDefault();
|
e.preventDefault();
|
||||||
|
|
||||||
if ( e.metaKey ) {
|
if ( e.metaKey || e.ctrlKey ) {
|
||||||
window.open( href, '_blank' );
|
window.open( href, '_blank' );
|
||||||
} else {
|
} else {
|
||||||
window.location = href;
|
window.location = href;
|
||||||
|
|
Loading…
Reference in New Issue