Skip to content

Commit

Permalink
Fix multi rrd on app.rerun.io (rerun-io#6972)
Browse files Browse the repository at this point in the history
  • Loading branch information
jprochazk authored Jul 24, 2024
1 parent 05853c6 commit dd43049
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web_viewer/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@
persist: Option<bool>,
*/
const options = {
url: query.get("url"),
url: query.getAll("url"),
manifest_url: query.get("manifest_url"),
render_backend: query.get("renderer"),
hide_welcome_screen: query.has("hide_welcome_screen"),
Expand Down

0 comments on commit dd43049

Please sign in to comment.