[CHG] don't scroll to the info messages after a validation or a failed import

as asked by fp

bzr revid: xmo@openerp.com-20121012140317-3m6nh1zb7ib1om09
This commit is contained in:
Xavier Morel 2012-10-12 16:03:17 +02:00
parent 2064311302
commit 4fcdf9d108
1 changed files with 1 additions and 1 deletions

View File

@ -416,7 +416,7 @@ openerp.base_import = function (instance) {
'</div>'
].join('')
},
})).get(0).scrollIntoView();
}));
},
});
// FSM-ize DataImport