mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
parent
083dc0903b
commit
52d0a83dc2
1 changed files with 1 additions and 1 deletions
|
@ -210,7 +210,7 @@ function showUpdateNotification() {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (display && display.value && currentVersion && semver.gt(display.value, currentVersion)) {
|
if (display && display.value && currentVersion && semver.gt(display.value, currentVersion)) {
|
||||||
return when(currentVersion);
|
return when(display.value);
|
||||||
}
|
}
|
||||||
return when(false);
|
return when(false);
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Reference in a new issue