diff --git a/public/global.js b/public/global.js index e9486f8d..e95973ec 100644 --- a/public/global.js +++ b/public/global.js @@ -631,7 +631,7 @@ function mainInit(){ ev.preventDefault(); let bp = $(this).closest('.editable_parent'); let block = bp.find('.editable_block').eq(0); - block.html(""); + block.html(""); $(".submit_edit").click(function(ev) { ev.preventDefault(); @@ -680,7 +680,7 @@ function mainInit(){ this.innerHTML = ""; } else if(fieldType=="hidden") {} - else this.innerHTML = ""; + else this.innerHTML = ""; }); // Remove any handlers already attached to the submitter diff --git a/templates/account_own_edit_mfa_setup.html b/templates/account_own_edit_mfa_setup.html index 78d6e8e6..b5bac8bf 100644 --- a/templates/account_own_edit_mfa_setup.html +++ b/templates/account_own_edit_mfa_setup.html @@ -7,14 +7,14 @@