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

@@ -420,7 +420,7 @@ popup._onDocumentLoaded = function () {
language = navigator.language;
popup._name = manifest.name;
popup._version = helpers.formatVersion(manifest.version);
popup._version = manifest.version;
popup._scriptDirection = helpers.determineScriptDirection(language);
popup._determineAmountInjected()