Merge 113f990bfdc80f18a64e46d8ff1cecab54bc2f41 into 212f68b5acd840517a04f86707199776eb007b07
This commit is contained in:
commit
ea4e38dbb2
@ -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();
|
||||
}
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user