Project

General

Profile

« Previous | Next » 

Revision c0111c01

Added by Jérôme Schneider about 13 years ago

dossiers: open patient record into a new tab (fix #2365)

View differences:

calebasse/static/js/calebasse.dossiers.js
$("#policyholder-form").submit();
});
$('.pr-line').click(function() {
window.location.href = $(this).data('link');
/* window.location.href = $(this).data('link'); */
window.open($(this).data('link'), '_newtab');
});
$('button#reset').click(function() {
window.location.href = window.location.pathname;

Also available in: Unified diff