mirror of
https://codeberg.org/nobody/LocalCDN.git
synced 2025-06-05 21:49:31 +02:00
Improved: Version not found (#162)
This commit is contained in:
@ -640,6 +640,7 @@ helpers.setLastVersion = function (type, version) {
|
||||
} else if (version === null) {
|
||||
return 'latest';
|
||||
}
|
||||
return false;
|
||||
};
|
||||
|
||||
helpers.compareVersion = function (v1, v2) {
|
||||
|
Reference in New Issue
Block a user