Skip to content

Commit

Permalink
update to upgrade button behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Yates authored and Jason Yates committed May 21, 2018
1 parent 4709e2a commit ea34d0e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions static/genmon.js
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -910,8 +910,7 @@ function checkNewVersion(){
// $('.vex-dialog-message').html("A new version is available.<br>Current Version: " + currentVersion+"<br>New Version: " + latestVersion);
$('.vex-dialog-message').html("Are you sure you want to update to the latest version?");
} else {
$('.vex-dialog-message').html("You are runnign the latest version:" + latestVersion);
$('.vex-dialog-button-primary').hide();
$('.vex-dialog-message').html("Are you sure you want to upgrade?");
}
}

Expand Down

0 comments on commit ea34d0e

Please sign in to comment.