mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[FIX] Fixed delay time
This commit is contained in:
@@ -10,7 +10,8 @@ var ListRenderer = require('web.ListRenderer');
|
|||||||
_onHoverRecord_img: function (event) {
|
_onHoverRecord_img: function (event) {
|
||||||
var img_src = $(event.currentTarget).children('.img-responsive').attr('src')
|
var img_src = $(event.currentTarget).children('.img-responsive').attr('src')
|
||||||
$(event.currentTarget).tooltip({
|
$(event.currentTarget).tooltip({
|
||||||
title: "<img src="+img_src+" />"
|
title: "<img src="+img_src+" />",
|
||||||
|
delay: 0,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user