diff --git a/etemplate/js/nextmatch_action.js b/etemplate/js/nextmatch_action.js index 7ae376f872..22a83c08dd 100644 --- a/etemplate/js/nextmatch_action.js +++ b/etemplate/js/nextmatch_action.js @@ -144,7 +144,14 @@ function nm_action(_action, _senders) break; case 'location': - window.location.href = url; + if(target) + { + window.open(url, target); + } + else + { + window.location.href = url; + } break; case 'popup':