1
0
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:
nobody
2020-11-03 20:46:43 +01:00
parent b42e1dd83c
commit e9dd0799a0
2 changed files with 6 additions and 1 deletions

View File

@ -640,6 +640,7 @@ helpers.setLastVersion = function (type, version) {
} else if (version === null) {
return 'latest';
}
return false;
};
helpers.compareVersion = function (v1, v2) {