Skip to content

Commit

Permalink
Merge pull request #7 from chilli-axe/master
Browse files Browse the repository at this point in the history
attempt to public beta link fix, part 2
  • Loading branch information
Investigamer authored Aug 8, 2023
2 parents 5204827 + 34e1252 commit 3c785bd
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions MPCAutofill/cardpicker/frontend/js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -182,8 +182,10 @@ export function index_on_load() {
base_on_load();

// configure the link to the public beta
$("#public-beta-link").href =
"https://mpcautofill.github.io?server=" + window.location.origin;
$("#public-beta-link").attr(
"href",
"https://mpcautofill.github.io?server=" + window.location.origin
);

configure_textarea_height();
configure_form_submit_hooks();
Expand Down

0 comments on commit 3c785bd

Please sign in to comment.