Skip to content

Commit 356384f

Browse files
authored
Update index.js
1 parent eac6425 commit 356384f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/_custom_js/src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export function mountWidgetExample(
2121
port: idomPort,
2222
path: "/_idom/",
2323
query: `view_id=${viewID}`,
24-
secure: window.location.protocol == "https",
24+
secure: window.location.protocol == "https:",
2525
});
2626

2727
const mountEl = document.getElementById(mountID);

0 commit comments

Comments
 (0)