diff --git a/EnotaryoPH/EnotaryoPH.Web/Pages/Principal/IdentificationDocument/IdentificationDocument.cshtml b/EnotaryoPH/EnotaryoPH.Web/Pages/Principal/IdentificationDocument/IdentificationDocument.cshtml index 60c4102..f25bef0 100644 --- a/EnotaryoPH/EnotaryoPH.Web/Pages/Principal/IdentificationDocument/IdentificationDocument.cshtml +++ b/EnotaryoPH/EnotaryoPH.Web/Pages/Principal/IdentificationDocument/IdentificationDocument.cshtml @@ -17,7 +17,7 @@ @if (Model.IdentificationDocument_UID != Guid.Empty) { - diff --git a/EnotaryoPH/EnotaryoPH.Web/wwwroot/js/identification-document.js b/EnotaryoPH/EnotaryoPH.Web/wwwroot/js/identification-document.js index 7f2cc9b..2cf6927 100644 --- a/EnotaryoPH/EnotaryoPH.Web/wwwroot/js/identification-document.js +++ b/EnotaryoPH/EnotaryoPH.Web/wwwroot/js/identification-document.js @@ -47,7 +47,7 @@ jfa.utilities.request.post(url, {}) .then(resp => { if (resp.ok === true) { - jfa.page.reload(); + location.href = "/"; } }) .catch(err => console.error(err));