This commit is contained in:
wez3 2017-01-21 22:43:55 +01:00
parent e340ad8ecf
commit 3edb0da0f8
1 changed files with 1 additions and 1 deletions

View File

@ -440,7 +440,7 @@ function checkVersion(branch) {
dataFloat = data.split(",")[1];
}
var compare = versionCompare(dataFloat, version);
if (comare == 1) {
if (compare == 1) {
document.getElementById('curver').innerHTML = version;
document.getElementById('newver').innerHTML = dataFloat;
$( "#version_div" ).removeClass("hide_update");