[REM] annoying print window

bzr revid: rim@openerp.com-20140409152459-upe7py6skbpa0qcz
This commit is contained in:
Richard Mathot (OpenERP) 2014-04-09 17:24:59 +02:00
parent 7dbc51e0d4
commit 229f9d09d8
1 changed files with 1 additions and 6 deletions

View File

@ -125,12 +125,7 @@ $(document).ready(function () {
// });
// Launch prefilling
prefill().then(function(){
// Activate the print dialog if needed
if (print_mode){
window.print();
}
});
prefill();
console.debug("[survey] Custom JS for survey loaded!");
});