Fixed coloring of outdated version on Dashboard

Integrated Auto detect for V4, RWZ and Zelerius forls
This commit is contained in:
Ben Gräf 2019-03-06 20:10:49 +01:00
parent 2993e3d2e5
commit a97a21a2fa
2 changed files with 19 additions and 1 deletions

View file

@ -412,6 +412,10 @@
currentVersion = currentVersion * 10;
}
if (latestVersion < 1000) {
latestVersion = latestVersion * 10;
}
if (latestVersion > currentVersion) {
$("#updateNotificationBar").html('<div class="alert alert-info alert-dismissable fade in">' +
'<a href="#" class="close" data-dismiss="alert" aria-label="close">&times;</a>' +