This commit is contained in:
David Blake 2020-06-06 08:45:17 +00:00 committed by GitHub
commit ea4e38dbb2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ function getLatestVersion() {
success: function(json) {
// Constant BLUDIT_BUILD is defined on variables.js
if (json.stable.build > BLUDIT_BUILD) {
$("#current-version").hide();
//$("#current-version").hide(); //Uncomment if you want to hide the current version when a new version is available, but this is unhelpful.
$("#new-version").show();
}
},