From 34e1252d0a71426980ab7dbfbc83be57cf106342 Mon Sep 17 00:00:00 2001 From: Nicholas de Paola Date: Tue, 8 Aug 2023 11:21:15 +1000 Subject: [PATCH] attempt to public beta link fix, part 2 --- MPCAutofill/cardpicker/frontend/js/index.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/MPCAutofill/cardpicker/frontend/js/index.js b/MPCAutofill/cardpicker/frontend/js/index.js index a9d37ba65..cf95175be 100644 --- a/MPCAutofill/cardpicker/frontend/js/index.js +++ b/MPCAutofill/cardpicker/frontend/js/index.js @@ -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();