Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
adkinsrs committed Aug 26, 2024
1 parent 9bcdeea commit 894f497
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/js/projection.js
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ const parsePatternCartURLParams = async () => {
// There are some shorthand URL parameters (not on the shorthand URL) that need to be converted to the longform
rebindUrlParam("multi", "multipattern_plots");
rebindUrlParam("c", "projection_source");
rebindUrlParams("ptrns", "projection_patterns");
rebindUrlParam("ptrns", "projection_patterns");
rebindUrlParam("algo", "projection_algo");

// if projection algorithm is passed, set it in #algorithm
Expand Down

0 comments on commit 894f497

Please sign in to comment.