Merge 113f990bfdc80f18a64e46d8ff1cecab54bc2f41 into 212f68b5acd840517a04f86707199776eb007b07

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

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();
}
},