Skip to content

Commit

Permalink
Merge 943b79e into 6c15219
Browse files Browse the repository at this point in the history
  • Loading branch information
atodorov committed May 16, 2020
2 parents 6c15219 + 943b79e commit c59d8ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tcms/static/js/testrun_actions.js
Expand Up @@ -406,7 +406,7 @@ function fileCaseRunBug(run_id, title_container, container, case_id, execution_i
$('#dialog').hide();

if (result.rc === 0) {
const target_url = result.response.replace('&', '&')
const target_url = result.response.replace(/&/g, '&')
window.open(target_url, '_blank');
} else {
window.alert(result.response);
Expand Down

0 comments on commit c59d8ec

Please sign in to comment.