Skip to content

Commit

Permalink
cosmetic fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefal committed Jun 12, 2024
1 parent c2bf6bc commit 130f60f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web_app/static/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ $(document).ready(function () {
detectApplyBtnElt.setAttribute('data-dismiss', 'modal');
detectApplyBtnElt.innerText = "Close";
if (response['result'] === 'success') {
detectBodyElt.innerHTML = "GNSS receiver successfully configured. We will log out to refresh the settings";
detectBodyElt.innerHTML = "GNSS receiver successfully configured!";
detectApplyBtnElt.removeAttribute('data-dismiss');
detectApplyBtnElt.onclick = function() {
// window.location.reload();
Expand Down

0 comments on commit 130f60f

Please sign in to comment.