Skip to content

Commit f1a62b3

Browse files
committed
put url in the title until board info is fully loaded
1 parent 2ed3d80 commit f1a62b3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

assets/main/board_page.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -472,6 +472,7 @@ async function init_page() {
472472
board_control = common.board_control
473473
await board_control.start()
474474
window.board_url = await board_control.get_board_url()
475+
$("title").html(`${window.board_url}`)
475476
var vinfo = await board_control.device_info()
476477
var workflow_type = board_control.type
477478
is_editable = await board_control.is_editable()

0 commit comments

Comments
 (0)