diff --git a/webif/html/browse/script.js b/webif/html/browse/script.js index 2ed094f..be4a9bf 100755 --- a/webif/html/browse/script.js +++ b/webif/html/browse/script.js @@ -839,7 +839,7 @@ function doplay(it) if (vc && vc[0]) { /* base on page address to handle client on external network, etc */ var hh = new URL(file, window.location.href); - window.location = hh.href; + window.open(hh.href, 'WebIf_Player'); } else { window.location = '/browse/play.jim?' + 'dir=' + encodeURIComponent(dir) +