We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d83cb9 commit a3af500Copy full SHA for a3af500
1 file changed
inst/html_output/src/main.js
@@ -199,6 +199,7 @@ window.onload = function()
199
var sessionInfoPromise = api.sessionInfo().then(info => {
200
if(info.name.length > 0){
201
$('#SampleNameSpan').text(' - ' + info.name)
202
+ document.title = 'VISION - ' + info.name
203
}
204
205
if(info.has_tree){
0 commit comments