[FIX]tooltip: remove old and not necessary tooltip line from pos start widget

bzr revid: csn@openerp.com-20140417122946-n8pq7ln66yg0n49m
This commit is contained in:
Cedric Snauwaert 2014-04-17 14:29:46 +02:00
parent 19fac75f42
commit d86cc2063e
1 changed files with 0 additions and 2 deletions

View File

@ -943,8 +943,6 @@ function openerp_pos_widgets(instance, module){ //module is instance.point_of_sa
start: function() {
var self = this;
return self.pos.ready.done(function() {
$('.oe_tooltip').remove(); // remove tooltip from the start session button
// remove default webclient handlers that induce click delay
$(document).off();
$(window).off();