[FIX] kanban: remove container=element for tooltips on kanban

This commit is contained in:
Cedric Snauwaert 2014-10-08 11:54:31 +02:00
parent 9f214223ea
commit c521bb2835
1 changed files with 0 additions and 1 deletions

View File

@ -947,7 +947,6 @@ instance.web_kanban.KanbanRecord = instance.web.Widget.extend({
this.$el.find('[title]').each(function(){
$(this).tooltip({
delay: { show: 500, hide: 0},
container: $(this),
title: function() {
var template = $(this).attr('tooltip');
if (!self.view.qweb.has_template(template)) {