1
0
mirror of https://codeberg.org/nobody/LocalCDN.git synced 2025-06-05 21:49:31 +02:00

Adjustment to beta version numbers

This commit is contained in:
nobody
2021-01-16 07:56:50 +01:00
parent 6fdbe33597
commit aa12a57f2a
3 changed files with 2 additions and 10 deletions

View File

@ -174,14 +174,6 @@ helpers.formatNumber = function (number) {
}
};
helpers.formatVersion = function (version) {
if (version.indexOf('beta') === -1) {
return version;
} else {
return 'BETA';
}
};
helpers.formatFilename = function (targetPath) {
if (targetPath.startsWith('resources/element-ui/')) {
targetPath = targetPath.toLowerCase();