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