Fix typo
This commit is contained in:
parent
e340ad8ecf
commit
3edb0da0f8
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Reference in New Issue