Fixed coloring of outdated version on Dashboard
Integrated Auto detect for V4, RWZ and Zelerius forls
This commit is contained in:
parent
2993e3d2e5
commit
a97a21a2fa
2 changed files with 19 additions and 1 deletions
|
@ -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">×</a>' +
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue