Skip to content

Commit

Permalink
fix doc import source URL
Browse files Browse the repository at this point in the history
  • Loading branch information
rmorshea committed Jan 4, 2021
1 parent f44113d commit 6d16785
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/source/_exts/interactive_widget.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ def run(self):
mount.setAttribute("class", "interactive widget-container");
layout.mountLayoutWithWebSocket(
mount,
ws_proto + idom_url + "/stream?view_id={view_id}"
ws_proto + idom_url + "/stream?view_id={view_id}",
"/client/web_modules",
);
}});
}});
Expand Down

0 comments on commit 6d16785

Please sign in to comment.