mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-04-27 23:06:29 -04:00
Tooltip fixes
Fixed: Tooltips for toolbar buttons Fixed: Tooltips for episode search from series details
This commit is contained in:
@@ -34,6 +34,7 @@ define(
|
||||
|
||||
if (this.model.get('tooltip')) {
|
||||
this.$el.attr('title', this.model.get('tooltip'));
|
||||
this.$el.attr('data-container', 'body');
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user