misc: try to always open wcs in the same tab (#9730)

This commit is contained in:
Frédéric Péters 2016-01-21 16:39:35 +01:00
parent 582dcbb6ff
commit 017758ce63
1 changed files with 1 additions and 1 deletions

View File

@ -500,7 +500,7 @@ $(function() {
dataType: 'json',
success: function(data) {
if (data.result == 'ok') {
window.open(data.url, '_blank');
window.open(data.url, '_wcs_tab');
refresh_bottom_cells();
} else {
alert(data.msg);