Unverified Commit fa808c61 authored by Robert Knight's avatar Robert Knight Committed by GitHub

Merge pull request #801 from hypothesis/sidebar-title

Set a useful title on the sidebar iframe
parents 7d869c12 bd078ff2
...@@ -39,6 +39,7 @@ module.exports = class Host extends Guest ...@@ -39,6 +39,7 @@ module.exports = class Host extends Guest
.attr('allowfullscreen', '') .attr('allowfullscreen', '')
.attr('seamless', '') .attr('seamless', '')
.attr('src', sidebarAppSrc) .attr('src', sidebarAppSrc)
.attr('title', 'Hypothesis annotation viewer')
.addClass('h-sidebar-iframe') .addClass('h-sidebar-iframe')
externalContainer = null externalContainer = null
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment