mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-05 01:40:21 +03:00
parent
083dc0903b
commit
52d0a83dc2
@ -210,7 +210,7 @@ function showUpdateNotification() {
|
||||
}
|
||||
|
||||
if (display && display.value && currentVersion && semver.gt(display.value, currentVersion)) {
|
||||
return when(currentVersion);
|
||||
return when(display.value);
|
||||
}
|
||||
return when(false);
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user