Skip to content

Commit

Permalink
Merge pull request #783 from mongoose-os-apps/fix-check-releases-link
Browse files Browse the repository at this point in the history
fix check releases link
  • Loading branch information
rojer authored Sep 6, 2021
2 parents fae9e7d + 6d069e3 commit 59d1934
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs_src/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -1470,7 +1470,7 @@ function checkUpdate() {
console.log("Version:", latestVersion, "URL:", updateURL);
if (!latestVersion || !updateURL) {
console.log("Update section not found:", model, curVersion, cfg);
e.innerText = errMsg;
e.innerHTML = errMsg;
se.className = "";
return;
}
Expand Down

0 comments on commit 59d1934

Please sign in to comment.