diff --git a/bl-plugins/version/js/version.js b/bl-plugins/version/js/version.js index a5005636..e20ae777 100644 --- a/bl-plugins/version/js/version.js +++ b/bl-plugins/version/js/version.js @@ -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(); } },