Tooltip fixes

Fixed: Tooltips for toolbar buttons
Fixed: Tooltips for episode search from series details
This commit is contained in:
Mark McDowall
2014-06-18 17:23:17 -07:00
parent 6a2970fef2
commit 420e6ee533
2 changed files with 2 additions and 1 deletions
@@ -34,6 +34,7 @@ define(
if (this.model.get('tooltip')) {
this.$el.attr('title', this.model.get('tooltip'));
this.$el.attr('data-container', 'body');
}
},