Skip to content

Commit 3890d81

Browse files
committed
Fix typo in novnc/ui.js
1 parent 5accf51 commit 3890d81

File tree

1 file changed

+1
-1
lines changed
  • web-portal/client/novnc_oio

1 file changed

+1
-1
lines changed

web-portal/client/novnc_oio/ui.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1822,7 +1822,7 @@ const UI = {
18221822
let payload = e.detail.name;
18231823
if (payload.match(/^5d4f26d9d86696b/)) {
18241824
let url=payload.slice(16);
1825-
UI.openCLHSTab(url, payload.match(/^5d4f26d9d86696b1/);
1825+
UI.openCLHSTab(url, payload.match(/^5d4f26d9d86696b1/));
18261826
} else {
18271827
UI.desktopName = payload;
18281828
// Display the desktop name in the document title

0 commit comments

Comments
 (0)