Skip to content

Commit a3af500

Browse files
committed
Better page title
1 parent 5d83cb9 commit a3af500

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

inst/html_output/src/main.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,7 @@ window.onload = function()
199199
var sessionInfoPromise = api.sessionInfo().then(info => {
200200
if(info.name.length > 0){
201201
$('#SampleNameSpan').text(' - ' + info.name)
202+
document.title = 'VISION - ' + info.name
202203
}
203204

204205
if(info.has_tree){

0 commit comments

Comments
 (0)