1
0
Fork 0
mirror of https://github.com/Radarr/Radarr synced 2025-03-15 00:19:49 +00:00

Toggle cell appends tooltip to body

This commit is contained in:
Mark McDowall 2013-07-31 10:14:27 -07:00
parent 9d0501816c
commit cf6512bc57

View file

@ -46,6 +46,7 @@ define(
if (tooltip) {
this.$el.attr('title', tooltip);
this.$el.attr('data-container', 'body');
}
return this;