Skip to content

Commit f3e232b

Browse files
ComputerEliteComputerElite
authored andcommitted
add changelog to update available prompt
1 parent ad4ffca commit f3e232b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/html/script.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -723,7 +723,7 @@ function CheckUpdate() {
723723
if(json.isUpdateAvailable) {
724724
OpenGetPasswordPopup()
725725
GotoStep(11)
726-
document.getElementById("updateAvailableText").innerHTML = json.msg
726+
document.getElementById("updateAvailableText").innerHTML = json.msg + "<br><br>" + json.changelog.replace(/\n/g, "<br>")
727727
} else {
728728
TextBoxText("updateTextBox", json.msg)
729729
}

0 commit comments

Comments
 (0)