Update web_tree_image_tooltip/static/src/js/tooltip.js

Co-Authored-By: Alexandre Díaz <alexandre.diaz@tecnativa.com>
pull/1537/head
Nikul Chaudhary 2019-06-15 11:08:44 +05:30 committed by Tran Thanh Phuc
parent 6b0575ff67
commit 8178da4512
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ odoo.define('web_tree_image_tooltip.web_tree_image_tooltip',
$(event.currentTarget).tooltip({
title: "<img src="+img_src+" />",
delay: 0,
});
}).tooltip('show');
}
});
})