dossiers: patient records open in separate tabs

Closes #3135
This commit is contained in:
Serghei Mihai 2013-07-25 22:54:10 +02:00
parent 639cc8b87a
commit 816ea06c76
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ function state_dialog(url, state_title, state_type) {
$("#policyholder-form").submit();
});
$('.pr-line').click(function() {
window.open($(this).data('link'), '_newtab');
window.open($(this).data('link'), $(this).data('link'));
});
$('button#reset').click(function() {
window.location.href = window.location.pathname;