PHRAS-3041 #comment fix Admin tooltip_ui display #time 2h

This commit is contained in:
Harrys Ravalomanana
2020-04-27 15:23:52 +04:00
parent f6a1df0af9
commit 12849e1beb

View File

@@ -125,6 +125,9 @@
$('.usrTips').uitooltip({
content: function() {
return $( this ).attr( "title" );
},
classes: {
"ui-tooltip": "ui-tooltip ui-corner-all ui-widget ui-widget-content"
}
});
}